Fix drone artifact compression parameter

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

View File

@ -121,7 +121,7 @@ steps:
--exclude='.gitignore'
--exclude='.drone.yml'
--exclude='**/*/messages.po'
-cvjf ./build/$ARTIFACT addon/
-cvzf ./build/$ARTIFACT addon/
- # calculate SHA256 checksum
- cd ./build
- sha256sum "$ARTIFACT" > "$ARTIFACT.sum256"
@ -225,7 +225,7 @@ steps:
--exclude='.gitignore'
--exclude='.drone.yml'
--exclude='**/*/messages.po'
-cvjf ./build/$ARTIFACT addon/
-cvzf ./build/$ARTIFACT addon/
- # calculate SHA256 checksum
- cd ./build
- sha256sum "$ARTIFACT" > "$ARTIFACT.sum256"