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 b2a2db9 commit a255da4Copy full SHA for a255da4
.github/workflows/dotnet-core.yml
@@ -27,7 +27,7 @@ jobs:
27
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
with:
30
- tag_name: 1.0.1
+ tag_name: 1.0.2
31
release_name: Release ${{ github.ref }}
32
body: |
33
Automated Release by GitHub Action CI
@@ -40,6 +40,6 @@ jobs:
40
41
42
upload_url: ${{ steps.create_release.outputs.upload_url }}
43
- asset_path: ./NoIdle/NoIdle/bin/Release/NoIdle.exe
+ asset_path: D:\a\NoIdle\NoIdle\NoIdle\bin\Release\NoIdle.exe
44
asset_name: NoIdle.exe
45
asset_content_type: application/octet-stream
0 commit comments