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
2ad771e62e
commit
5905d4b384
9
.github/workflows/dotnet.yml
vendored
9
.github/workflows/dotnet.yml
vendored
@ -30,4 +30,11 @@ jobs:
|
||||
with:
|
||||
type: 'zip'
|
||||
path: './src/ZonyLrcTools.Cli/bin/Release/net6.0/win-x64/publish'
|
||||
filename: 'ZonyLrcToolsX_Alpha.${{ steps.date.outputs.date }}.zip'
|
||||
filename: 'ZonyLrcToolsX_Alpha.${{ steps.date.outputs.date }}.zip'
|
||||
- name: Upload Release
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
artifacts: "./src/ZonyLrcTools.Cli/bin/Release/net6.0/win-x64/publish/ZonyLrcToolsX_Alpha.${{ steps.date.outputs.date }}.zip"
|
||||
token: ${{ secrets.GITHUBACTIONS }}
|
||||
tag: ZonyLrcToolsX_Alpha.${{ steps.date.outputs.date }}
|
||||
commit: dev
|
Loading…
x
Reference in New Issue
Block a user