Skip to content

Commit a255da4

Browse files
committed
correct asset path
1 parent b2a2db9 commit a255da4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
with:
30-
tag_name: 1.0.1
30+
tag_name: 1.0.2
3131
release_name: Release ${{ github.ref }}
3232
body: |
3333
Automated Release by GitHub Action CI
@@ -40,6 +40,6 @@ jobs:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
with:
4242
upload_url: ${{ steps.create_release.outputs.upload_url }}
43-
asset_path: ./NoIdle/NoIdle/bin/Release/NoIdle.exe
43+
asset_path: D:\a\NoIdle\NoIdle\NoIdle\bin\Release\NoIdle.exe
4444
asset_name: NoIdle.exe
4545
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)