Fix CI release prefix

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

View File

@ -63,7 +63,7 @@ pipeline:
- apt-get install bzip2 - apt-get install bzip2
- mkdir ./build - mkdir ./build
- export VERSION="$(cat VERSION)" - export VERSION="$(cat VERSION)"
- export RELEASE="friendica-full-$VERSION" - export RELEASE="friendica-addons-$VERSION"
- export ARTIFACT="$RELEASE.tar.gz" - export ARTIFACT="$RELEASE.tar.gz"
- tar - tar
--transform "s,^,$RELEASE/," --transform "s,^,$RELEASE/,"