mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2025-07-01 20:30:41 +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
|
shell: bash
|
||||||
env:
|
env:
|
||||||
PUBLISH_VERSION: ${{ steps.date.outputs.date }}
|
PUBLISH_VERSION: ${{ steps.date.outputs.date }}
|
||||||
- name: ls
|
- name: Upload Release
|
||||||
run: ls -a
|
uses: ncipollo/release-action@v1
|
||||||
# - name: Upload Release
|
with:
|
||||||
# uses: ncipollo/release-action@v1
|
artifacts: "./TempFiles/*.zip"
|
||||||
# with:
|
token: ${{ secrets.GITHUBACTIONS }}
|
||||||
# artifacts: "*.zip"
|
tag: ZonyLrcToolsX_Alpha.${{ steps.date.outputs.date }}
|
||||||
# token: ${{ secrets.GITHUBACTIONS }}
|
commit: dev
|
||||||
# tag: ZonyLrcToolsX_Alpha.${{ steps.date.outputs.date }}
|
|
||||||
# commit: dev
|
|
Loading…
x
Reference in New Issue
Block a user