File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 72
72
- name : Set up Go
73
73
uses : actions/setup-go@v5
74
74
with :
75
- go-version : ' 1.24.2 '
75
+ go-version : stable
76
76
- name : Set up pandoc
77
77
run : |
78
78
sudo apt-get install -y pandoc
@@ -109,7 +109,7 @@ jobs:
109
109
- name : Set up Go
110
110
uses : actions/setup-go@v5
111
111
with :
112
- go-version : ' 1.24.2 '
112
+ go-version : stable
113
113
- name : Create Keychain
114
114
run : |
115
115
echo $APPLICATION_CERTIFICATE | base64 --decode -o appcert.p12
@@ -167,7 +167,7 @@ jobs:
167
167
- name : Set up Go
168
168
uses : actions/setup-go@v5
169
169
with :
170
- go-version : ' 1.24.2 '
170
+ go-version : stable
171
171
- name : Set up WiX
172
172
run : dotnet tool install --global wix
173
173
- name : Setup Signature Tooling
@@ -264,6 +264,8 @@ jobs:
264
264
run : |
265
265
mv win-installer/* release-artifacts
266
266
mv mac-installers/* release-artifacts
267
+ mv win-installer-amd64/* release-artifacts
268
+ mv win-installer-arm64/* release-artifacts
267
269
pushd release-artifacts
268
270
sha256sum * > shasums
269
271
popd
You can’t perform that action at this time.
0 commit comments