From 1c27da1956f1d92e7814ac90eca450a1d91dde43 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 18 Jun 2023 22:43:48 -0400 Subject: [PATCH] chore(actions): include prism_version in matrix for msix Signed-off-by: seth --- .github/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dfd6c78e2..833d0ba50 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,6 +71,7 @@ jobs: qt_version: '6.5.1' qt_modules: 'qt5compat qtimageformats' qt_tools: '' + prism_version: '8.0' - os: windows-2022 name: "Windows-MSVC-arm64" @@ -83,6 +84,7 @@ jobs: qt_version: '6.5.1' qt_modules: 'qt5compat qtimageformats' qt_tools: '' + prism_version: '8.0' - os: macos-12 name: macOS @@ -445,7 +447,7 @@ jobs: Copy-Item ${{ github.workspace }}\program_info\prismlauncher_*x*.png . (Get-Content ${{ github.workspace }}\program_info\AppxManifest.xml) ` - -replace "PRISM_VERSION_REPLACEME","7.0.0.$version" ` + -replace "PRISM_VERSION_REPLACEME","${{ matrix.prism_version }}.0.$version" ` -replace "PRISM_ARCH_REPLACEME","${{ matrix.architecture }}" ` > .\AppxManifest.xml @@ -626,7 +628,7 @@ jobs: shell: pwsh run: | $version = ("${{ github.run_number }}").Substring(0, 3) - "APPX_VERSION=7.0.0.$version" >> $env:GITHUB_ENV + "APPX_VERSION=${{ matrix.prism_version }}.0.$version" >> $env:GITHUB_ENV - name: Create Bundle Staging Directory shell: pwsh