Package the specific file

Contribute to CURA-9157 and CURA-6867
This commit is contained in:
Jelle Spijker 2023-01-09 14:19:58 +01:00
parent 79b898b9f6
commit 3e4453f48b

View file

@ -304,15 +304,11 @@ jobs:
- name: Upload the artifacts - name: Upload the artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: ${{ steps.filename.outputs.INSTALLER_FILENAME }}-${{ steps.filename.outputs.INSTALLER_EXT }}" name: ${{ steps.filename.outputs.INSTALLER_FILENAME }}-${{ steps.filename.outputs.INSTALLER_EXT }}
path: | path: |
dist/*.tar.gz dist/*.tar.gz
dist/*.zip dist/*.zip
dist/*.exe dist/${{ steps.filename.outputs.FULL_INSTALLER_FILENAME }}
dist/*.msi
dist/*.dmg
dist/*.pkg
dist/*.AppImage
dist/*.asc dist/*.asc
retention-days: 5 retention-days: 5