Skip to content

Commit bd67a2b

Browse files
committed
chore: update azuresigntool url
1 parent f70effc commit bd67a2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/template-build-windows-x64.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,10 @@ jobs:
157157
env:
158158
VERSION_TAG: ${{ inputs.new_version }}
159159

160-
- name: Download AzureSignTool binary
161-
run: |
162-
Invoke-WebRequest https://github.com/vcsjones/AzureSignTool/releases/download/v6.0.1/AzureSignTool.exe -OutFile ./src-tauri/AzureSignTool.exe
160+
- name: Install AzureSignTool
163161
shell: pwsh
162+
run: |
163+
Invoke-WebRequest https://github.com/vcsjones/AzureSignTool/releases/download/v6.0.0/AzureSignTool.exe -OutFile src-tauri/AzureSignTool.exe
164164
165165
- name: Build and publish app to aws s3 r2 or github artifactory
166166
shell: bash

0 commit comments

Comments
 (0)