mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2025-07-01 12:11:13 +00:00
ci: debug workflow.
This commit is contained in:
parent
32891d4208
commit
e13fb47aeb
16
.github/workflows/dotnet.yml
vendored
16
.github/workflows/dotnet.yml
vendored
@ -31,12 +31,10 @@ jobs:
|
||||
shell: bash
|
||||
env:
|
||||
PUBLISH_VERSION: ${{ steps.date.outputs.date }}
|
||||
- name: ls
|
||||
run: ls -a
|
||||
# - name: Upload Release
|
||||
# uses: ncipollo/release-action@v1
|
||||
# with:
|
||||
# artifacts: "*.zip"
|
||||
# token: ${{ secrets.GITHUBACTIONS }}
|
||||
# tag: ZonyLrcToolsX_Alpha.${{ steps.date.outputs.date }}
|
||||
# commit: dev
|
||||
- name: Upload Release
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
artifacts: "./TempFiles/*.zip"
|
||||
token: ${{ secrets.GITHUBACTIONS }}
|
||||
tag: ZonyLrcToolsX_Alpha.${{ steps.date.outputs.date }}
|
||||
commit: dev
|
Loading…
x
Reference in New Issue
Block a user