Fix CI release prefix

This commit is contained in:
Philipp Holzer 2022-02-06 21:33:26 +01:00
parent dd6bf79e19
commit 7e1d18f8a3
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432

View file

@ -63,7 +63,7 @@ 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/,"