Skip to content

Commit bbf527d

Browse files
committed
Update missing steps
1 parent 9af7380 commit bbf527d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.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)