Skip to content

Commit 62294fd

Browse files
[WASM] [CI] Specify repository name
1 parent 4651cb6 commit 62294fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v1
18+
with:
19+
path: swift
1820
- name: Build Linux installable archive
1921
run: ./utils/webassembly/ci-linux.sh
2022
- name: Upload Linux installable archive
@@ -36,6 +38,8 @@ jobs:
3638

3739
steps:
3840
- uses: actions/checkout@v1
41+
with:
42+
path: swift
3943
- name: Build macOS installable archive
4044
run: ./utils/webassembly/ci-mac.sh
4145
- name: Upload macOS installable archive

0 commit comments

Comments
 (0)