Skip to content

Commit

Permalink
windows artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricGuillemet committed Sep 27, 2024
1 parent 0fcea78 commit 6b82f62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@ jobs:
if: ${{ matrix.platform == 'android' }}
with:
name: 'AndroidAPK${{ matrix.react-native-version }}'
path: Apps/BRNPlayground/android/app/build/outputs/apk/release/app-release.apk
path: Apps/BRNPlayground/android/
- name: Upload iOS App
uses: actions/upload-artifact@v4
if: ${{ matrix.platform == 'ios' }}
with:
name: 'iOSApp${{ matrix.react-native-version }}'
path: Apps/BRNPlayground/ios/playgroundSimulator.xcarchive
path: Apps/BRNPlayground/ios/

build-typescript:
uses: ./.github/workflows/typescript.yml
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: 'Assembled${{ matrix.basekit }}-Windows${{ matrix.react-native-version }}-${{ matrix.platform }}${{ matrix.config }}'
path: Package/Assembled${{ matrix.basekit }}-Windows${{ matrix.react-native-version }}
path: Package/Assembled${{ matrix.basekit }}-Windows

publish-react-native:
needs: [build-typescript, android-ios-rnta, windows-rnta]
Expand Down

0 comments on commit 6b82f62

Please sign in to comment.