Skip to content

Commit

Permalink
🔧
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon committed Jun 18, 2024
1 parent fe4c7d9 commit 4d4435a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,14 @@ jobs:
- name: Set ANDROID_NDK
run: echo "ANDROID_NDK=$ANDROID_HOME/ndk-bundle" >> $GITHUB_ENV

- name: Download Dawn Binary Artifacts
uses: dawidd6/action-download-artifact@v2
- name: Download Artifact
uses: actions/download-artifact@v2
with:
workflow: "build-dawn.yml"
repo: wcandillon/react-native-webgpu
path: artifacts
branch: main
name: dawn-libs
path: ./downloaded-artifacts

- name: List Downloaded Files
run: ls -R downloaded-artifacts

- uses: actions/setup-node@v3
with:
Expand Down
13 changes: 7 additions & 6 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@ jobs:
- name: Install Package
run: cd package; yarn install --frozen-lockfile

- name: Download Dawn Binary Artifacts
uses: dawidd6/action-download-artifact@v2
- name: Download Artifact
uses: actions/download-artifact@v2
with:
workflow: "build-dawn.yml"
repo: wcandillon/react-native-webgpu
path: artifacts
branch: main
name: dawn-libs
path: ./downloaded-artifacts

- name: List Downloaded Files
run: ls -R downloaded-artifacts

- name: Copy Artifacts to libs folder
working-directory: package
Expand Down

0 comments on commit 4d4435a

Please sign in to comment.