From 2c83ef1c46ca17a73a96eece56ad5e8ba5c0d9b6 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 7 Jul 2023 06:01:38 -0400 Subject: [PATCH] fix(actions): use correct variable for appx version Signed-off-by: seth --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index afd80aba8..e7afdfe8d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -611,6 +611,7 @@ jobs: env: BUNDLE_STAGING: "bundle_staging" APPINSTALLER_STAGING: "appinstaller_staging" + PRISM_VERSION: '8.0' steps: - name: Install MSVC @@ -631,7 +632,7 @@ jobs: shell: pwsh run: | $version = ("${{ github.run_number }}").Substring(0, 3) - "APPX_VERSION=${{ matrix.prism_version }}.0.$version" >> $env:GITHUB_ENV + "APPX_VERSION=${{ env.PRISM_VERSION }}.0.$version" >> $env:GITHUB_ENV - name: Create Bundle Staging Directory shell: pwsh