Fix CI release prefix

This commit is contained in:
Philipp
2022-02-06 21:33:26 +01:00
parent dd6bf79e19
commit 7e1d18f8a3

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/,"