mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
3
.github/workflows/_tauri.yml
vendored
3
.github/workflows/_tauri.yml
vendored
@@ -64,7 +64,8 @@ jobs:
|
||||
- name: Install AzureSignTool
|
||||
if: ${{ runner.os == 'Windows' }}
|
||||
shell: bash
|
||||
run: dotnet tool install --global AzureSignTool
|
||||
# AzureSignTool >= 5 needs .NET 8. windows-2019 runner only has .NET 7.
|
||||
run: dotnet tool install --global AzureSignTool --version 4.0.1
|
||||
- name: Build release exe and MSI
|
||||
# Signs the exe before bundling it into the MSI
|
||||
run: pnpm build
|
||||
|
||||
Reference in New Issue
Block a user