Skip to content

Commit

Permalink
Singn everything
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer authored Dec 27, 2023
1 parent 68f4f14 commit c9537d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
run: ./vcpkg install --vcpkg-root=${{ matrix.vcpkg_path }} --clean-after-build --recurse ${{ env.VCPKG_PACKAGES }}
working-directory: ${{ matrix.vcpkg_path }}

- name: "[Windows] Sign release DLLs"
- name: "[Windows] Sign executables and DLLs"
env:
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
if: runner.os == 'Windows' && env.AZURE_TENANT_ID
Expand All @@ -153,7 +153,8 @@ jobs:
code-signing-account-name: mixxx
certificate-profile-name: mixxx
files-folder: ${{ matrix.vcpkg_path }}/installed/${{ matrix.vcpkg_triplet }}/bin
files-folder-filter: dll
files-folder-filter: dll,exe
files-folder-recurse: true
file-digest: SHA256
timestamp-rfc3161: http://timestamp.acs.microsoft.com
timestamp-digest: SHA256
Expand Down

0 comments on commit c9537d3

Please sign in to comment.