We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f57214 commit 08b1a75Copy full SHA for 08b1a75
.github/workflows/dotnet-core.yml
@@ -33,3 +33,13 @@ jobs:
33
Automated Release by GitHub Action CI
34
draft: false
35
prerelease: true
36
+ - name: Upload Release Asset
37
+ id: upload-release-asset
38
+ uses: actions/upload-release-asset@v1
39
+ env:
40
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
+ with:
42
+ upload_url: ${{ steps.create_release.outputs.upload_url }}
43
+ asset_path: ./NoIdle/NoIdle/bin/Release/NoIdle.exe
44
+ asset_name: NoIdle.exe
45
+ asset_content_type: application/octet-stream
0 commit comments