Skip to content

Commit

Permalink
Fix signing
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Jul 12, 2024
1 parent dce2c37 commit b3952fb
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -623,13 +623,6 @@ jobs:
file-digest: SHA256
timestamp-rfc3161: http://timestamp.acs.microsoft.com
timestamp-digest: SHA256
- name: Sign msix files
run: |
Get-ChildItem target\msix\winappinstallermsix | ForEach-Object {
$msixPath = $_.FullName
& azuresigntool sign -kvt "${{ secrets.AzureKeyVaultTenantId }}" -kvu "${{ secrets.AzureKeyVaultUrl }}" -kvi "${{ secrets.AzureKeyVaultClientId }}" -kvs "${{ secrets.AzureKeyVaultClientSecret }}" -kvc ${{ secrets.AzureKeyVaultCertName }} -tr http://timestamp.digicert.com -v $msixPath
}
shell: pwsh
- name: Package Windows Store payload
run: |
md (Join-Path $env:GITHUB_WORKSPACE "storepackage")
Expand Down Expand Up @@ -698,7 +691,7 @@ jobs:
endpoint: https://eus.codesigning.azure.net/
trusted-signing-account-name: juliahubwincertsaccount
certificate-profile-name: JuliaHubWinCert
files-folder: ${{ github.workspace }}\target\msix\winappinstallermsix
files-folder: ${{ github.workspace }}\target\msi
files-folder-filter: msi
file-digest: SHA256
timestamp-rfc3161: http://timestamp.acs.microsoft.com
Expand Down

0 comments on commit b3952fb

Please sign in to comment.