Fix AppImage and MacOS builds

This commit is contained in:
Veronica Berglyd Olsen
2023-02-12 23:32:11 +01:00
parent 8448ec7b61
commit 0ab86913a7
2 changed files with 1 additions and 8 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ jobs:
- name: Get Version
shell: bash
run: |
NW_VER=$(python setup.py version)
NW_VER=$(python3 setup.py version)
echo "novelWriter Version: $NW_VER"
echo "VERSION=$NW_VER" >> $GITHUB_ENV