Fix CI release prefix #1235

Merged
nupplaphil merged 3 commits from bug/releaser into develop 2022-02-06 22:23:19 +01:00
Showing only changes of commit 7e1d18f8a3 - Show all commits

Fix CI release prefix

Philipp Holzer 2022-02-06 21:33:26 +01:00
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/,"