forked from friendica/friendica-addons
Fix CI release prefix
This commit is contained in:
parent
dd6bf79e19
commit
7e1d18f8a3
|
@ -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/,"
|
||||
|
|
Loading…
Reference in a new issue