diff options
author | Simo Fält <simo.falt@qt.io> | 2025-05-07 15:08:18 +0300 |
---|---|---|
committer | Simo Fält <simo.falt@qt.io> | 2025-05-07 22:10:26 +0300 |
commit | be29ee033a6c8e3438fd40cace545f8a26353bf5 (patch) | |
tree | cb3d06aab627696c3100a52effe30a5b714f71db | |
parent | 44940f6a5340e79f13b37e62ea741e64ab9d05b3 (diff) |
CI: Fix filetype of artifacts archive
The compression of artifacts was changed in COIN.
Pick-to: 6.9 6.8
Change-Id: I2cee55323583b0893607279390be7671a35d9876
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
-rw-r--r-- | coin/instructions/relocate_pyside.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/instructions/relocate_pyside.yaml b/coin/instructions/relocate_pyside.yaml index afab83c70..5e16aef5d 100644 --- a/coin/instructions/relocate_pyside.yaml +++ b/coin/instructions/relocate_pyside.yaml @@ -31,7 +31,7 @@ instructions: userMessageOnFailure: > Failed to remove pyside-setup dir - type: InstallBinaryArchive - relativeStoragePath: "{{.Env.MODULE_ARTIFACTS_RELATIVE_STORAGE_PATH}}/artifacts.tar.gz" + relativeStoragePath: "{{.Env.MODULE_ARTIFACTS_RELATIVE_STORAGE_PATH}}/artifacts.tar.zst" directory: "pyside" maxTimeInSeconds: 1200 maxTimeBetweenOutput: 1200 |