Skip to content

Commit 53f118d

Browse files
committed
GHA Release: Fix windows installer uploads
The new arm and amd installers were left behind, upload them automatically to the GH release Signed-off-by: Ashley Cui <[email protected]>
1 parent 3e08c2a commit 53f118d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)