fix(actions): use correct variable for appx version
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
4562700653
commit
2c83ef1c46
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user