Skip to content

Commit

Permalink
new stab at code signing
Browse files Browse the repository at this point in the history
  • Loading branch information
jneilliii committed Apr 6, 2024
1 parent 90f5c3a commit aac168c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_windows_installer_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: timheuer/base64-to-file@v1.2
with:
fileName: 'OctoPrintCA.crt'
encodedString: ${{ secrets.OCTOPRINT_CA }}
encodedString: ${{ secrets.CODESIGN_CA }}

- name: 💉 Import CA
run: |
Expand All @@ -44,9 +44,9 @@ jobs:
- name: ✏️ Sign Installer
uses: jneilliii/code-sign-action@master
with:
certificate: '${{ secrets.CERTIFICATE }}'
password: '${{ secrets.PASSWORD }}'
certificatesha1: '${{ secrets.CERTHASH }}'
certificate: '${{ secrets.CODESIGN_BASE64 }}'
password: '${{ secrets.CODESIGN_PWD }}'
certificatesha1: '${{ secrets.CODESIGN_SHA1 }}'
folder: 'Output'
recursive: false
timestampUrl: 'http://timestamp.digicert.com'
Expand Down

0 comments on commit aac168c

Please sign in to comment.