Skip to content

Commit

Permalink
android apk
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricGuillemet committed Oct 1, 2024
1 parent d7a395a commit 4ff9b75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
if: ${{ matrix.platform == 'android' }}
with:
name: 'AndroidAPK${{ matrix.react-native-version }}'
path: Apps/BRNPlayground/android/
path: Apps/build/outputs/apk/release
- name: Upload iOS App
uses: actions/upload-artifact@v4
if: ${{ matrix.platform == 'ios' }}
Expand Down
2 changes: 1 addition & 1 deletion Package/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const buildAndroid = async () => {

const buildAndroidRNTA = async () => {
const basekitBuildProp = basekitBuild ? "-PBASEKIT_BUILD=1" : "";
exec(`./gradlew babylonjs_react-native:assembleRelease --stacktrace --info ${basekitBuildProp}`, '../Apps/BRNPlayground/android');
exec(`./gradlew app:assembleRelease --stacktrace --info ${basekitBuildProp}`, '../Apps/BRNPlayground/android');
};

const makeUWPProjectPlatform = async (name, arch) => {
Expand Down

0 comments on commit 4ff9b75

Please sign in to comment.