Skip to content

Commit 9af7380

Browse files
authored
Update download artifact step
Now that we run the build skia step outside the main branch, we need to download only the successful artifacts from the main branch. Running the build-skia outside the main branch, won't upload any artifacts.
1 parent c8469f5 commit 9af7380

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-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

0 commit comments

Comments
 (0)