Skip to content

Commit c7771ac

Browse files
authored
Merge pull request #1168 from nupplaphil/bug/drone_gzip
Fix drone artifact compression parameter
2 parents dead293 + be56834 commit c7771ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ steps:
121121
--exclude='.gitignore'
122122
--exclude='.drone.yml'
123123
--exclude='**/*/messages.po'
124-
-cvjf ./build/$ARTIFACT addon/
124+
-cvzf ./build/$ARTIFACT addon/
125125
- # calculate SHA256 checksum
126126
- cd ./build
127127
- sha256sum "$ARTIFACT" > "$ARTIFACT.sum256"
@@ -225,7 +225,7 @@ steps:
225225
--exclude='.gitignore'
226226
--exclude='.drone.yml'
227227
--exclude='**/*/messages.po'
228-
-cvjf ./build/$ARTIFACT addon/
228+
-cvzf ./build/$ARTIFACT addon/
229229
- # calculate SHA256 checksum
230230
- cd ./build
231231
- sha256sum "$ARTIFACT" > "$ARTIFACT.sum256"

0 commit comments

Comments
 (0)