Skip to content

Commit

Permalink
Updated certificate.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Oct 27, 2022
1 parent 5f69e2d commit 0d5ed54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ jobs:
uses: dlemstra/code-sign-action@v1
with:
certificate: '${{ secrets.IMAGEMAGICK_CERTIFICATE }}'
password: '${{ secrets.IMAGEMAGICK_CERTIFICATE_PASSWORD }}'
folder: src/Magick.NET/bin
recursive: true

Expand All @@ -197,6 +198,7 @@ jobs:
uses: dlemstra/code-sign-action@v1
with:
certificate: '${{ secrets.IMAGEMAGICK_CERTIFICATE }}'
password: '${{ secrets.IMAGEMAGICK_CERTIFICATE_PASSWORD }}'
folder: publish/output

- name: Upload library
Expand Down

0 comments on commit 0d5ed54

Please sign in to comment.