From 128092e5372ecdc237c5ee30650af3b12b592839 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Wed, 3 May 2023 12:39:51 +0200 Subject: [PATCH] Put all build assets in a single zip file --- .github/workflows/build.yml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3a982e78..27a961e4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,13 +57,6 @@ jobs: - name: Checkout Source uses: actions/checkout@v3 - - name: Get Version - shell: bash - run: | - NW_VER=$(python setup.py version) - echo "novelWriter Version: $NW_VER" - echo "VERSION=$NW_VER" >> $GITHUB_ENV - - name: Download Artifacts uses: actions/download-artifact@v3 with: @@ -76,7 +69,7 @@ jobs: - name: Upload Artifacts uses: actions/upload-artifact@v3 with: - name: novelWriter-${{ env.VERSION }}-py${{ matrix.python-version }}-${{ matrix.linux-tag }}.AppImage + name: novelWriter-Packages path: | dist_appimage/novelWriter*.AppImage dist_appimage/novelWriter*.AppImage.sha256 @@ -90,13 +83,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Get Version - shell: bash - run: | - NW_VER=$(python3 setup.py version) - echo "novelWriter Version: $NW_VER" - echo "VERSION=$NW_VER" >> $GITHUB_ENV - - name: Download Artifacts uses: actions/download-artifact@v3 with: @@ -109,7 +95,7 @@ jobs: - name: Upload DMG uses: actions/upload-artifact@v3 with: - name: novelWriter-${{ env.VERSION }}.dmg + name: novelWriter-Packages path: | dist_macos/novelWriter*.dmg dist_macos/novelWriter*.dmg.sha256