moving the version info stuff

This commit is contained in:
Joseph Flinn 2021-01-12 22:25:03 +00:00
parent 65380ea4c5
commit dbd87ddd2a
1 changed files with 4 additions and 1 deletions

View File

@ -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"