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:
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user