From ecb8cbaea89f81b2a95a005711fe4f776964de6d Mon Sep 17 00:00:00 2001 From: Cedric Guillemet <1312968+CedricGuillemet@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:44:57 +0200 Subject: [PATCH] basekit publishing, windows testing artifacts --- .github/workflows/pr.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index a3c997f8..36160a43 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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] @@ -265,7 +270,7 @@ jobs: strategy: matrix: react-native-version: ['0.73', '0.74'] - basekit: [''] #['', '-BaseKit'] + basekit: ['', '-BaseKit'] steps: - name: Checkout Repo uses: actions/checkout@v4.2.0