Skip to content

Commit

Permalink
Update Azure Code Signing Action and other deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sudara authored May 26, 2024
1 parent e916785 commit d8e294a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
uses: mozilla-actions/[email protected]

- name: Import Certificates (macOS)
uses: apple-actions/import-codesign-certs@v2 # only exists as a tag right now
uses: apple-actions/import-codesign-certs@v3
if: ${{ matrix.name == 'macOS' }}
with:
p12-file-base64: ${{ secrets.DEV_ID_APP_CERT }}
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
- name: Codesign with Azure Trusted Signing
if: ${{ matrix.name == 'Windows' }}
uses: azure/[email protected].16
uses: azure/[email protected].18
with:
# The Azure Active Directory tenant (directory) ID.
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand All @@ -223,15 +223,14 @@ jobs:
endpoint: ${{ secrets.AZURE_ENDPOINT }}

# The Code Signing Account name.
code-signing-account-name: ${{ secrets.AZURE_CODE_SIGNING_NAME }}
trusted-signing-account-name: ${{ secrets.AZURE_CODE_SIGNING_NAME }}

# The Certificate Profile name.
certificate-profile-name: ${{ secrets.AZURE_CERT_PROFILE_NAME }}

# This signs all exes inside the folder
files-folder: ${{ env.ARTIFACTS_PATH }}
files-folder-filter: exe
file-digest: SHA256

- name: Upload Exe (Windows)
if: ${{ matrix.name == 'Windows' }}
Expand Down Expand Up @@ -264,7 +263,7 @@ jobs:
uses: actions/download-artifact@v4

- name: Create Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
prerelease: true
# download-artifact puts these files in their own dirs...
Expand Down

0 comments on commit d8e294a

Please sign in to comment.