ci: debug workflow.

This commit is contained in:
real-zony 2022-09-22 12:03:06 +08:00
parent 2ad771e62e
commit 5905d4b384

View File

@ -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