From 3e4453f48bf1289fa5ba09771042c69f20af8fe5 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Mon, 9 Jan 2023 14:19:58 +0100 Subject: [PATCH] Package the specific file Contribute to CURA-9157 and CURA-6867 --- .github/workflows/cura-installer.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cura-installer.yml b/.github/workflows/cura-installer.yml index cbae6dc805..fd1922b898 100644 --- a/.github/workflows/cura-installer.yml +++ b/.github/workflows/cura-installer.yml @@ -304,15 +304,11 @@ jobs: - name: Upload the artifacts uses: actions/upload-artifact@v3 with: - name: ${{ steps.filename.outputs.INSTALLER_FILENAME }}-${{ steps.filename.outputs.INSTALLER_EXT }}" + name: ${{ steps.filename.outputs.INSTALLER_FILENAME }}-${{ steps.filename.outputs.INSTALLER_EXT }} path: | dist/*.tar.gz dist/*.zip - dist/*.exe - dist/*.msi - dist/*.dmg - dist/*.pkg - dist/*.AppImage + dist/${{ steps.filename.outputs.FULL_INSTALLER_FILENAME }} dist/*.asc retention-days: 5