Skip to content

Commit

Permalink
Added missing password.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Oct 27, 2022
1 parent 0d5ed54 commit 64df018
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 @@ -242,6 +242,7 @@ jobs:
uses: dlemstra/code-sign-action@v1
with:
certificate: '${{ secrets.IMAGEMAGICK_CERTIFICATE }}'
password: '${{ secrets.IMAGEMAGICK_CERTIFICATE_PASSWORD }}'
folder: 'src/Magick.NET.${{ matrix.libraryName }}/bin'
recursive: true

Expand All @@ -257,6 +258,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 64df018

Please sign in to comment.