From 5905d4b384ef1acd7a5771bf4af05a14bef6a86b Mon Sep 17 00:00:00 2001 From: real-zony Date: Thu, 22 Sep 2022 12:03:06 +0800 Subject: [PATCH] ci: debug workflow. --- .github/workflows/dotnet.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index c619348..472907c 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -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' \ No newline at end of file + 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 \ No newline at end of file