Skip to content

Commit

Permalink
Sign the binaries again.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Apr 6, 2024
1 parent 3b750bd commit 87964a6
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,22 @@ jobs:
run: './build.Magick.NET.cmd ${{ matrix.quantumName }} "${{ matrix.platformName }}" Release'
working-directory: build/windows

- name: Sign binaries
if: github.event_name != 'pull_request'
uses: azure/trusted-signing-action@v0.3.16
with:
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
azure-client-secret: ${{ secrets.AZURE_CLIENT_SECRET }}
endpoint: https://eus.codesigning.azure.net/
code-signing-account-name: ImageMagick
certificate-profile-name: ImageMagick
files-folder: 'src/Magick.NET/bin'
files-folder-filter: dll
files-folder-recurse: true
timestamp-rfc3161: http://timestamp.acs.microsoft.com
timestamp-digest: SHA256

- name: Set NuGet version
run: ./set.version.ps1
working-directory: publish
Expand Down Expand Up @@ -231,6 +247,22 @@ jobs:
run: './build.Magick.NET.cmd "Q8" "Any CPU" Release'
working-directory: build/windows

- name: Sign binaries
if: github.event_name != 'pull_request'
uses: azure/trusted-signing-action@v0.3.16
with:
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
azure-client-secret: ${{ secrets.AZURE_CLIENT_SECRET }}
endpoint: https://eus.codesigning.azure.net/
code-signing-account-name: ImageMagick
certificate-profile-name: ImageMagick
files-folder: 'src/Magick.NET.${{ matrix.libraryName }}/bin'
files-folder-filter: dll
files-folder-recurse: true
timestamp-rfc3161: http://timestamp.acs.microsoft.com
timestamp-digest: SHA256

- name: Set NuGet version
run: ./set.version.ps1
working-directory: publish
Expand Down

0 comments on commit 87964a6

Please sign in to comment.