mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Package the specific file
Contribute to CURA-9157 and CURA-6867
This commit is contained in:
parent
79b898b9f6
commit
3e4453f48b
1 changed files with 2 additions and 6 deletions
8
.github/workflows/cura-installer.yml
vendored
8
.github/workflows/cura-installer.yml
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue