From: Philipp Date: Sun, 6 Feb 2022 20:37:04 +0000 (+0100) Subject: fix command X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=444bdfe619b93581ac1bb5a6c3459e720f8804df;p=friendica-addons.git fix command --- diff --git a/.woodpecker/.releaser.yml b/.woodpecker/.releaser.yml index ee717de7..1babeee7 100644 --- a/.woodpecker/.releaser.yml +++ b/.woodpecker/.releaser.yml @@ -66,10 +66,14 @@ pipeline: - export RELEASE="friendica-addons-$VERSION" - export ARTIFACT="$RELEASE.tar.gz" - tar - --transform "s,^,$RELEASE/," - -X mods/release-list-exclude.txt - -T mods/release-list-include.txt - -cvzf ./build/$ARTIFACT + --exclude='.tx' + --exclude='.git' + --exclude='.editorconfig' + --exclude='.gitattributes' + --exclude='.gitignore' + --exclude='.drone.yml' + --exclude='**/*/messages.po' + -cvzf ./build/$ARTIFACT addon/ - cd ./build - sha256sum "$ARTIFACT" > "$ARTIFACT.sum256" - chmod 664 ./*