Browse Source

moving the version info stuff

pull/207/head
Joseph Flinn 5 years ago
parent
commit
dbd87ddd2a
  1. 5
      .github/workflows/build.yml

5
.github/workflows/build.yml

@ -62,10 +62,13 @@ jobs: @@ -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…
Cancel
Save