Skip to content

Commit

Permalink
chore: update action
Browse files Browse the repository at this point in the history
to new tag
  • Loading branch information
mscrivo committed Nov 17, 2024
1 parent 1e56c31 commit 60e7ec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
Configuration: ${{ matrix.configuration }}

- name: Sign App Files
uses: mscrivo/signtool-code-sign@1.1.0
uses: mscrivo/signtool-code-sign@v1
with:
certificate: '${{ secrets.BASE64_ENCODED_PFX }}'
cert-password: '${{ secrets.PFX_PASSWORD }}'
Expand All @@ -53,7 +53,7 @@ jobs:
options: /O+

- name: Sign Installer
uses: mscrivo/signtool-code-sign@1.1.0
uses: mscrivo/signtool-code-sign@v1
with:
certificate: '${{ secrets.BASE64_ENCODED_PFX }}'
cert-password: '${{ secrets.PFX_PASSWORD }}'
Expand Down

0 comments on commit 60e7ec5

Please sign in to comment.