Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ jobs:
tenant-id: ${{ secrets.AZUREKEYVAULTTENANTID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
- name: Sign Windows x64 files
uses: azure/[email protected].10
uses: azure/[email protected].11
with:
endpoint: https://eus.codesigning.azure.net/
trusted-signing-account-name: juliahubwincertsaccount
Expand All @@ -632,7 +632,7 @@ jobs:
timestamp-rfc3161: http://timestamp.acs.microsoft.com
timestamp-digest: SHA256
- name: Sign Windows x86 files
uses: azure/[email protected].10
uses: azure/[email protected].11
with:
endpoint: https://eus.codesigning.azure.net/
trusted-signing-account-name: juliahubwincertsaccount
Expand Down Expand Up @@ -727,7 +727,7 @@ jobs:
tenant-id: ${{ secrets.AZUREKEYVAULTTENANTID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
- name: Sign Store binary files
uses: azure/[email protected].10
uses: azure/[email protected].11
with:
endpoint: https://eus.codesigning.azure.net/
trusted-signing-account-name: juliahubwincertsaccount
Expand All @@ -739,7 +739,7 @@ jobs:
timestamp-rfc3161: http://timestamp.acs.microsoft.com
timestamp-digest: SHA256
- name: Sign Appinstaller binary files
uses: azure/[email protected].10
uses: azure/[email protected].11
with:
endpoint: https://eus.codesigning.azure.net/
trusted-signing-account-name: juliahubwincertsaccount
Expand All @@ -755,7 +755,7 @@ jobs:
- name: Build MSIX App Installer
run: cargo msix --release --bundle-name winappinstallermsix --source-build-output-path ${{ format('{0}/target/winappinstaller', github.workspace) }}
- name: Sign msix files
uses: azure/[email protected].10
uses: azure/[email protected].11
with:
endpoint: https://eus.codesigning.azure.net/
trusted-signing-account-name: juliahubwincertsaccount
Expand Down Expand Up @@ -827,7 +827,7 @@ jobs:
tenant-id: ${{ secrets.AZUREKEYVAULTTENANTID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
- name: Sign x64 binary files
uses: azure/[email protected].10
uses: azure/[email protected].11
with:
endpoint: https://eus.codesigning.azure.net/
trusted-signing-account-name: juliahubwincertsaccount
Expand All @@ -838,7 +838,7 @@ jobs:
timestamp-rfc3161: http://timestamp.acs.microsoft.com
timestamp-digest: SHA256
- name: Sign x86 binary files
uses: azure/[email protected].10
uses: azure/[email protected].11
with:
endpoint: https://eus.codesigning.azure.net/
trusted-signing-account-name: juliahubwincertsaccount
Expand All @@ -853,7 +853,7 @@ jobs:
wix build -ext WixToolset.UI.wixext .\deploy\msi\Julia.wxs -b .\target\msi\x86_64-pc-windows-gnu\release\ -arch x64 -o target\msi\Julia-v${{ env.VERSION }}-x64.msi -d ${{ env.VERSION }}
wix build -ext WixToolset.UI.wixext .\deploy\msi\Julia.wxs -b .\target\msi\i686-pc-windows-gnu\release\ -arch x86 -o target\msi\Julia-v${{ env.VERSION }}-x86.msi -d ${{ env.VERSION }}
- name: Sign MSI files
uses: azure/[email protected].10
uses: azure/[email protected].11
with:
endpoint: https://eus.codesigning.azure.net/
trusted-signing-account-name: juliahubwincertsaccount
Expand Down