moving the version info stuff
This commit is contained in:
parent
65380ea4c5
commit
dbd87ddd2a
|
@ -62,10 +62,13 @@ jobs:
|
|||
if(Test-Path -Path $env:WIN_PKG) {
|
||||
echo "VER_INFO=true" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
||||
}
|
||||
.\scripts\make-versioninfo.ps1
|
||||
env:
|
||||
WIN_PKG: C:\Users\runneradmin\.pkg-cache\v2.5\fetched-v10.4.1-win-x64
|
||||
|
||||
- name: Setup Version Info
|
||||
shell: pwsh
|
||||
run: .\scripts\make-versioninfo.ps1
|
||||
|
||||
- name: test setting env var
|
||||
run: |
|
||||
echo "version: $env:PACKAGE_VERSION"
|
||||
|
|
Loading…
Reference in New Issue