mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2025-07-02 05:10:42 +00:00
ci: debug workflow.
This commit is contained in:
parent
2ad771e62e
commit
5905d4b384
7
.github/workflows/dotnet.yml
vendored
7
.github/workflows/dotnet.yml
vendored
@ -31,3 +31,10 @@ jobs:
|
|||||||
type: 'zip'
|
type: 'zip'
|
||||||
path: './src/ZonyLrcTools.Cli/bin/Release/net6.0/win-x64/publish'
|
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