Update for windows runner
This commit is contained in:
@@ -26,8 +26,9 @@ jobs:
|
|||||||
path: novelwriter/assets
|
path: novelwriter/assets
|
||||||
|
|
||||||
- name: Build Setup Installer
|
- name: Build Setup Installer
|
||||||
|
id: build-installer
|
||||||
run: |
|
run: |
|
||||||
BUILD_VERSION="$(python pkgutils.py version)"
|
echo "BUILD_VERSION=$(python pkgutils.py version)" >> $Env:GITHUB_OUTPUT
|
||||||
python pkgutils.py build-win-exe
|
python pkgutils.py build-win-exe
|
||||||
|
|
||||||
- name: Upload Unsigned Artifacts
|
- name: Upload Unsigned Artifacts
|
||||||
@@ -50,7 +51,7 @@ jobs:
|
|||||||
wait-for-completion: true
|
wait-for-completion: true
|
||||||
output-artifact-directory: "dist/"
|
output-artifact-directory: "dist/"
|
||||||
parameters: |
|
parameters: |
|
||||||
version: "${{ steps.vars.output.BUILD_VERSION }}"
|
version: "${{ steps.build-installer.outputs.BUILD_VERSION }}"
|
||||||
|
|
||||||
- name: Upload Signed Artifacts
|
- name: Upload Signed Artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user