fix(actions): use correct variable for appx version

Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
seth 2023-07-07 06:01:38 -04:00
parent 4562700653
commit 2c83ef1c46
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -611,6 +611,7 @@ jobs:
env: env:
BUNDLE_STAGING: "bundle_staging" BUNDLE_STAGING: "bundle_staging"
APPINSTALLER_STAGING: "appinstaller_staging" APPINSTALLER_STAGING: "appinstaller_staging"
PRISM_VERSION: '8.0'
steps: steps:
- name: Install MSVC - name: Install MSVC
@ -631,7 +632,7 @@ jobs:
shell: pwsh shell: pwsh
run: | run: |
$version = ("${{ github.run_number }}").Substring(0, 3) $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 - name: Create Bundle Staging Directory
shell: pwsh shell: pwsh