Skip to content

Commit 6001892

Browse files
authored
Merge pull request #2114 from Shopify/wcandillon-patch-9
Update download artifact step
2 parents c8469f5 + bbf527d commit 6001892

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/android-ubuntu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
workflow: "build-skia.yml"
4444
repo: shopify/react-native-skia
4545
path: artifacts
46+
branch: main
4647

4748
- name: Copy Artifacts to libs folder
4849
run: yarn workflow-copy-libs

.github/workflows/android.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
workflow: "build-skia.yml"
4747
repo: shopify/react-native-skia
4848
path: artifacts
49+
branch: main
4950

5051
- name: Copy Artifacts to libs folder
5152
run: yarn workflow-copy-libs

.github/workflows/build-npm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
with:
3838
workflow: "build-skia.yml"
3939
path: artifacts
40+
branch: main
4041

4142
- name: Copy Artifacts to libs folder
4243
run: yarn workflow-copy-libs

.github/workflows/ios-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
workflow: "build-skia.yml"
4040
repo: shopify/react-native-skia
4141
path: artifacts
42+
branch: main
4243

4344
- name: Copy Artifacts to libs folder
4445
run: yarn workflow-copy-libs

0 commit comments

Comments
 (0)