Skip to content

Commit

Permalink
repush
Browse files Browse the repository at this point in the history
  • Loading branch information
vmsaif committed Sep 3, 2023
1 parent 2ee1329 commit 6792efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.build.outputs.release_upload_url }}
asset_path: ${{ env.OUT_DIR }}/${{ env.FILE_NAME }}-${{ needs.build.outputs.stripped_version }}.exe
asset_path: ${{ env.FILE_NAME }}-${{ needs.build.outputs.stripped_version }}.exe
asset_name: ${{ env.FILE_NAME }}-${{ needs.build.outputs.stripped_version }}-windows.exe
asset_content_type: application/octet-stream

Expand Down

0 comments on commit 6792efe

Please sign in to comment.