Skip to content

Commit c983430

Browse files
Merge pull request #26140 from ashley-cui/winrel
Update release action
2 parents 6579913 + 53f118d commit c983430

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Set up Go
7373
uses: actions/setup-go@v5
7474
with:
75-
go-version: '1.24.2'
75+
go-version: stable
7676
- name: Set up pandoc
7777
run: |
7878
sudo apt-get install -y pandoc
@@ -109,7 +109,7 @@ jobs:
109109
- name: Set up Go
110110
uses: actions/setup-go@v5
111111
with:
112-
go-version: '1.24.2'
112+
go-version: stable
113113
- name: Create Keychain
114114
run: |
115115
echo $APPLICATION_CERTIFICATE | base64 --decode -o appcert.p12
@@ -167,7 +167,7 @@ jobs:
167167
- name: Set up Go
168168
uses: actions/setup-go@v5
169169
with:
170-
go-version: '1.24.2'
170+
go-version: stable
171171
- name: Set up WiX
172172
run: dotnet tool install --global wix
173173
- name: Setup Signature Tooling
@@ -264,6 +264,8 @@ jobs:
264264
run: |
265265
mv win-installer/* release-artifacts
266266
mv mac-installers/* release-artifacts
267+
mv win-installer-amd64/* release-artifacts
268+
mv win-installer-arm64/* release-artifacts
267269
pushd release-artifacts
268270
sha256sum * > shasums
269271
popd

0 commit comments

Comments
 (0)