]> git.mxchange.org Git - friendica-addons.git/commitdiff
fix command
authorPhilipp <admin@philipp.info>
Sun, 6 Feb 2022 20:37:04 +0000 (21:37 +0100)
committerPhilipp <admin@philipp.info>
Sun, 6 Feb 2022 20:37:04 +0000 (21:37 +0100)
.woodpecker/.releaser.yml

index ee717de75c12f650196fb867a904f82e207476c0..1babeee746d660a05ee8b41adf8be3238031152b 100644 (file)
@@ -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 ./*