Simplify package names

This commit is contained in:
Veronica Berglyd Olsen
2023-05-02 12:46:58 +02:00
parent d66953d3ac
commit 0ae42ef876
4 changed files with 23 additions and 40 deletions
+2 -9
View File
@@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
python-version: ["3.11"]
linux-tag: ["manylinux_2_24_x86_64", "manylinux_2_28_x86_64"]
steps:
- name: Python Setup
@@ -104,17 +104,10 @@ jobs:
- name: Build App Bundle
run: ./setup/macos/build.sh
- name: Upload App Zip
uses: actions/upload-artifact@v3
with:
name: novelWriter-${{ env.VERSION }}.app.zip
path: dist_macos/novelWriter-*.app.zip
retention-days: 1
- name: Upload DMG
uses: actions/upload-artifact@v3
with:
name: novelWriter-${{ env.VERSION }}.dmg
path: dist_macos/novelWriter-*.dmg
path: dist_macos/*.dmg
if-no-files-found: error
retention-days: 1