Skip to content

Commit

Permalink
ci(fix): windows signing source folder (#9)
Browse files Browse the repository at this point in the history
Description
Fix source folder for windows signing.
  • Loading branch information
leet4tari authored Sep 10, 2024
1 parent e81f3d4 commit 916e593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ jobs:
endpoint: https://eus.codesigning.azure.net/
trusted-signing-account-name: Tari
certificate-profile-name: Tarilabs
files-folder: ${{ github.workspace }}/target/${{ matrix.builds.target }}/
files-folder: ${{ github.workspace }}/target/${{ matrix.builds.target }}/release/
files-folder-filter: exe,dll
file-digest: SHA256
timestamp-rfc3161: http://timestamp.acs.microsoft.com
Expand Down

0 comments on commit 916e593

Please sign in to comment.