Skip to content

Commit

Permalink
ios/android
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricGuillemet committed Apr 9, 2024
1 parent d47e70b commit a6248ab
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: 'Android-artifact'
path: Apps/BRNPlayground/android
path: Apps/BRNPlayground

build-iOS:
runs-on: macos-latest
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: 'ios-artifact'
path: Apps/BRNPlayground/ios
path: Apps/BRNPlayground/

build-windows:
runs-on: windows-2019
Expand Down Expand Up @@ -134,10 +134,6 @@ jobs:
- name: Nuget restore
run: nuget restore BRNPlayground.sln
working-directory: ./Apps/BRNPlayground/windows

# - name: Nuget restore
# run: MSBuild /p:Platform="x64" /p:Configuration="Release" /t:Restore /m BRNPlayground.sln
# working-directory: ./Apps/BRNPlayground/windows

- name: Windows build BN
run: MSBuild /p:Platform="x64" /p:Configuration="Release" /m ReactNativeBabylon.sln
Expand All @@ -151,7 +147,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: 'Windows-artifact'
path: Apps/BRNPlayground/windows
path: Apps/BRNPlayground/windows/AppPackages/ReactTestApp/ReactTestApp_1.0.0.0_x64_Test

# Test packages
# build-android-ios-065:
Expand Down

0 comments on commit a6248ab

Please sign in to comment.