fix command

pull/1235/head
Philipp 2022-02-06 21:37:04 +01:00
parent 7e1d18f8a3
commit 444bdfe619
No known key found for this signature in database
GPG Key ID: 24A7501396EB5432
1 changed files with 8 additions and 4 deletions

View 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 ./*