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