Skip to content

Commit 89e3fad

Browse files
committed
Prepare 5.6.0 release
1 parent f45c1a4 commit 89e3fad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/manual-distribution.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ jobs:
5555
"5.5")
5656
./utils/webassembly/distribute-latest-toolchain.sh ${BRANCH:-swiftwasm-release/5.5} 5.5 "${{ github.event.inputs.toolchain_name }}"
5757
;;
58+
"5.6")
59+
export TARGETS_TO_DIST="amazonlinux2_x86_64 ubuntu18.04_x86_64 ubuntu20.04_x86_64 ubuntu20.04_aarch64 macos_x86_64 macos_arm64"
60+
./utils/webassembly/distribute-latest-toolchain.sh ${BRANCH:-swiftwasm-release/5.6} 5.6 "${{ github.event.inputs.toolchain_name }}"
61+
;;
5862
*)
5963
echo "Unrecognised release channel: ${{ github.event.inputs.channel }}"
6064
exit 1

0 commit comments

Comments
 (0)