Merge pull request #10694 from nupplaphil/bug/drone_gzip

Fix drone artifact compression parameter
This commit is contained in:
Michael Vogel 2021-09-11 21:36:50 +02:00 committed by GitHub
commit 8628bd5228
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"