mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 00:55:51 +08:00
no trailing /
Contributes to CURA-8415
This commit is contained in:
parent
365166e493
commit
ddc4ec473e
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user