Fix drone artifact compression parameter

This commit is contained in:
Philipp Holzer 2021-09-11 20:00:13 +02:00
parent c40b3411a7
commit ee0b8a9e60
Signed by: nupplaPhil
GPG Key ID: 24A7501396EB5432
1 changed files with 2 additions and 2 deletions

View File

@ -390,7 +390,7 @@ steps:
--transform "s,^,$RELEASE/,"
-X mods/release-list-exclude.txt
-T mods/release-list-include.txt
-cvjf ./build/$ARTIFACT
-cvzf ./build/$ARTIFACT
- # calculate SHA256 checksum
- cd ./build
- sha256sum "$ARTIFACT" > "$ARTIFACT.sum256"
@ -498,7 +498,7 @@ steps:
--transform "s,^,$RELEASE/,"
-X mods/release-list-exclude.txt
-T mods/release-list-include.txt
-cvjf ./build/$ARTIFACT
-cvzf ./build/$ARTIFACT
- # calculate SHA256 checksum
- cd ./build
- sha256sum "$ARTIFACT" > "$ARTIFACT.sum256"