We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6046f commit 961e957Copy full SHA for 961e957
.github/workflows/manual-distribution.yml
@@ -45,6 +45,9 @@ jobs:
45
"5.3")
46
./utils/webassembly/distribute-latest-toolchain.sh swiftwasm-release/5.3 5.3 "${{ github.event.inputs.toolchain_name }}"
47
;;
48
+ "5.4")
49
+ ./utils/webassembly/distribute-latest-toolchain.sh swiftwasm-release/5.4 5.4 "${{ github.event.inputs.toolchain_name }}"
50
+ ;;
51
*)
52
echo "Unrecognised release channel: ${{ github.event.inputs.channel }}"
53
exit 1
0 commit comments