We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863621e commit fb9ef0dCopy full SHA for fb9ef0d
.github/workflows/release.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Set up Go
73
uses: actions/setup-go@v5
74
with:
75
- go-version: stable
+ go-version: '1.24.2'
76
- name: Set up pandoc
77
run: |
78
sudo apt-get install -y pandoc
@@ -109,7 +109,7 @@ jobs:
109
110
111
112
113
- name: Create Keychain
114
115
echo $APPLICATION_CERTIFICATE | base64 --decode -o appcert.p12
@@ -167,7 +167,7 @@ jobs:
167
168
169
170
171
- name: Set up WiX
172
run: dotnet tool install --global wix
173
- name: Setup Signature Tooling
0 commit comments