Skip to content

Commit

Permalink
add verosity
Browse files Browse the repository at this point in the history
  • Loading branch information
willwade committed Oct 4, 2024
1 parent b0e9c8e commit 4f75761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
name: InitialBuild
path: dist
- name: Sign Executable
run: signtool sign /tr http://timestamp.digicert.com /td sha256 /fd sha256 /a ./dist/FaceCommander.exe
run: signtool sign /tr http://timestamp.digicert.com /td sha256 /fd sha256 /a /v ./dist/FaceCommander.exe
- name: Upload build
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 4f75761

Please sign in to comment.