]> git.mxchange.org Git - friendica-addons.git/commitdiff
Merge pull request #1235 from nupplaphil/bug/releaser
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 6 Feb 2022 21:23:19 +0000 (22:23 +0100)
committerGitHub <noreply@github.com>
Sun, 6 Feb 2022 21:23:19 +0000 (22:23 +0100)
Fix CI release prefix

.woodpecker/.continuous-deployment.yml
.woodpecker/.releaser.yml

index ae720e54b32df8a59fc1f03844017b3fc11de96c..d2b707a1e89c7fbd91d8c3430059a83e1a727be0 100644 (file)
@@ -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
index 112507c4ad7b51ea09f3b626cf4bd243d7d3592e..8380ff57c23b4ec59955ffb7aec7f920b21f7451 100644 (file)
@@ -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 ./*