Skip to content

Commit be56834

Browse files
committed
Fix drone artifact compression parameter
1 parent dead293 commit be56834

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)