diff --git a/.woodpecker/.continuous-deployment.yml b/.woodpecker/.continuous-deployment.yml index ae720e54..d2b707a1 100644 --- a/.woodpecker/.continuous-deployment.yml +++ b/.woodpecker/.continuous-deployment.yml @@ -71,7 +71,7 @@ pipeline: --exclude='.editorconfig' --exclude='.gitattributes' --exclude='.gitignore' - --exclude='.drone.yml' + --exclude='.woodpecker' --exclude='**/*/messages.po' -cvzf ./build/$ARTIFACT addon/ - cd ./build diff --git a/.woodpecker/.releaser.yml b/.woodpecker/.releaser.yml index 112507c4..8380ff57 100644 --- a/.woodpecker/.releaser.yml +++ b/.woodpecker/.releaser.yml @@ -63,13 +63,17 @@ pipeline: - apt-get install bzip2 - mkdir ./build - export VERSION="$(cat VERSION)" - - export RELEASE="friendica-full-$VERSION" + - 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='.woodpecker' + --exclude='**/*/messages.po' + -cvzf ./build/$ARTIFACT addon/ - cd ./build - sha256sum "$ARTIFACT" > "$ARTIFACT.sum256" - chmod 664 ./*