We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 778fd03 commit e081091Copy full SHA for e081091
.github/workflows/package.yml
@@ -3,7 +3,7 @@ on:
3
workflow_call
4
5
jobs:
6
- build-android:
+ package:
7
runs-on: macos-latest
8
steps:
9
- name: Checkout Repo
.github/workflows/test_ios.yml
@@ -15,15 +15,12 @@ jobs:
15
with:
16
name: BabylonReactNative
17
path: ./artifact
18
+
19
- name: Install build package
20
run: |
- unzip ../../artifact/BabylonReactNative.zip
21
npm install ../../artifact/babylonjs-react-native-0.0.1.tgz
22
working-directory: ./Apps/Playground
23
24
- - name: List downloaded files (debugging)
25
- run: ls -R ./artifact
26
-
27
- name: Clean and Install Pods
28
29
cd ios
0 commit comments