Skip to content

Commit a1bbc2f

Browse files
committed
fix: release path
1 parent 2b8de23 commit a1bbc2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ jobs:
6060
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6161
with:
6262
upload_url: ${{ steps.create_release.outputs.upload_url }}
63-
asset_path: ./src/${{ env.PROJECT_NAME }}/bin/x64/Release/net8.0/win-x64/publish/${{ env.PROJECT_NAME }}.exe
63+
asset_path: ./src/${{ env.PROJECT_NAME }}/bin/Release/net8.0/win-x64/publish/${{ env.PROJECT_NAME }}.exe
6464
asset_name: ${{ env.PROJECT_NAME }}.exe
6565
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)