no trailing /

Contributes to CURA-8415
This commit is contained in:
Jelle Spijker 2023-08-19 03:05:54 +02:00
parent 365166e493
commit ddc4ec473e
No known key found for this signature in database
GPG key ID: 034D1C0527888B65

View file

@ -202,7 +202,7 @@ jobs:
- name: Archive the artifacts (Powershell)
run: |
Compress-Archive -Path ".\dist" -DestinationPath ".\${{ steps.filename.outputs.INSTALLER_FILENAME }}.zip"
Compress-Archive -Path ".\cura_inst\packaging\" -DestinationPath ".\${{ steps.filename.outputs.INSTALLER_FILENAME }}-packaging.zip"
Compress-Archive -Path ".\cura_inst\packaging" -DestinationPath ".\${{ steps.filename.outputs.INSTALLER_FILENAME }}-packaging.zip"
- name: upload the zipped dist and packaging folder
uses: actions/upload-artifact@v3