Skip to content

Commit

Permalink
remove "unsigned" suffix from signed windows exe
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jul 28, 2024
1 parent cea1449 commit a798db8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
wait-for-completion: true
wait-for-completion-timeout-in-seconds: 7200
output-artifact-directory: signed
- run: mv signed/fishnet-x86_64-pc-windows-gnu-unsigned.exe signed/fishnet-x86_64-pc-windows-gnu.exe
- uses: actions/upload-artifact@v4
with:
name: fishnet-x86_64-pc-windows-gnu
Expand Down

0 comments on commit a798db8

Please sign in to comment.