Skip to content

Commit 08b1a75

Browse files
committed
release
1 parent 1f57214 commit 08b1a75

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,13 @@ jobs:
3333
Automated Release by GitHub Action CI
3434
draft: false
3535
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

Comments
 (0)