Skip to content

Commit 4a35de5

Browse files
authored
Add 5.7 to nightly-distribution.yml
1 parent a0c920c commit 4a35de5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nightly-distribution.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- branch: "swiftwasm-release/5.6"
2424
channel: "5.6"
2525
targets: "amazonlinux2_x86_64 ubuntu18.04_x86_64 ubuntu20.04_x86_64 ubuntu20.04_aarch64 macos_x86_64 macos_arm64"
26+
- branch: "swiftwasm-release/5.7"
27+
channel: "5.7"
28+
targets: "amazonlinux2_x86_64 ubuntu18.04_x86_64 ubuntu20.04_x86_64 ubuntu20.04_aarch64 macos_x86_64 macos_arm64"
2629
steps:
2730
- uses: actions/checkout@v1
2831
- name: Setup keychain

0 commit comments

Comments
 (0)