Skip to content

Commit

Permalink
basekit publishing, windows testing artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricGuillemet committed Sep 30, 2024
1 parent 3030921 commit ecb8cba
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,11 @@ jobs:
with:
name: 'Assembled${{ matrix.basekit }}-Windows${{ matrix.react-native-version }}-${{ matrix.platform }}${{ matrix.config }}'
path: Package/Assembled${{ matrix.basekit }}-Windows
- name: Upload Windows App
uses: actions/upload-artifact@v4
with:
name: 'WindowsApp${{ matrix.basekit }}${{ matrix.react-native-version }}-${{ matrix.platform }}${{ matrix.config }}'
path: Apps/BRNPlayground/windows/AppPackages/ReactTestApp

publish-react-native:
needs: [build-typescript, android-ios-rnta, windows-rnta]
Expand Down Expand Up @@ -265,7 +270,7 @@ jobs:
strategy:
matrix:
react-native-version: ['0.73', '0.74']
basekit: [''] #['', '-BaseKit']
basekit: ['', '-BaseKit']
steps:
- name: Checkout Repo
uses: actions/[email protected]
Expand Down

0 comments on commit ecb8cba

Please sign in to comment.