mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix Windows versioning as well.
Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
parent
6c4bb6ddeb
commit
009e8a32bb
6 changed files with 53 additions and 39 deletions
3
.github/workflows/windows.yml
vendored
3
.github/workflows/windows.yml
vendored
|
@ -43,6 +43,9 @@ jobs:
|
|||
bash -x subsurface/packaging/windows/container-prep.sh 2>&1 | tee pre-build.log
|
||||
|
||||
- name: run build
|
||||
env:
|
||||
CANONICALVERSION: ${{ steps.version_number.outputs.version }}
|
||||
CANONICALVERSION_4: ${{ steps.version_number.outputs.version_4 }}
|
||||
run: |
|
||||
export OUTPUT_DIR="$GITHUB_WORKSPACE"
|
||||
cd /win
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue