drone/GiteaComposerPackage: fix zip argument order
This commit is contained in:
parent
89180087d6
commit
ebf0002750
@ -24,7 +24,7 @@
|
||||
if [[ "$EXCLUDE_GIT_DIR" == "true" ]]; then
|
||||
ZIP_EXTRA_ARGS="$ZIP_EXTRA_ARGS -x '*.git*'"
|
||||
fi
|
||||
zip -r $ZIP_EXTRA_ARGS $COMPOSER_PACKAGE_FILE .
|
||||
zip -r $COMPOSER_PACKAGE_FILE . $ZIP_EXTRA_ARGS
|
||||
|
||||
# prepare upload helper function
|
||||
- |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user