Skip to content

Commit

Permalink
Update for windows runner
Browse files Browse the repository at this point in the history
  • Loading branch information
vkbo committed Sep 18, 2024
1 parent b3f8a2c commit b95e9fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:
path: novelwriter/assets

- name: Build Setup Installer
id: build-installer
run: |
BUILD_VERSION="$(python pkgutils.py version)"
echo "BUILD_VERSION=$(python pkgutils.py version)" >> $Env:GITHUB_OUTPUT
python pkgutils.py build-win-exe
- name: Upload Unsigned Artifacts
Expand All @@ -50,7 +51,7 @@ jobs:
wait-for-completion: true
output-artifact-directory: "dist/"
parameters: |
version: "${{ steps.vars.output.BUILD_VERSION }}"
version: "${{ steps.build-installer.outputs.BUILD_VERSION }}"
- name: Upload Signed Artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b95e9fc

Please sign in to comment.