Skip to content

Commit 961e957

Browse files
authored
Update manual-distribution.yml
1 parent fd6046f commit 961e957

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/manual-distribution.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
"5.3")
4646
./utils/webassembly/distribute-latest-toolchain.sh swiftwasm-release/5.3 5.3 "${{ github.event.inputs.toolchain_name }}"
4747
;;
48+
"5.4")
49+
./utils/webassembly/distribute-latest-toolchain.sh swiftwasm-release/5.4 5.4 "${{ github.event.inputs.toolchain_name }}"
50+
;;
4851
*)
4952
echo "Unrecognised release channel: ${{ github.event.inputs.channel }}"
5053
exit 1

0 commit comments

Comments
 (0)