Fix release generation path
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
2cc0b4ac78
commit
b356fb2b09
|
@ -213,8 +213,8 @@ package-app:
|
||||||
- mix local.rebar --force
|
- mix local.rebar --force
|
||||||
- mix deps.get
|
- mix deps.get
|
||||||
- mix phx.digest
|
- mix phx.digest
|
||||||
- mix release --path release
|
- mix release --path release/mobilizon
|
||||||
- cd release && ln -s lib/mobilizon-*/priv priv
|
- cd release/mobilizon && ln -s lib/mobilizon-*/priv priv
|
||||||
only:
|
only:
|
||||||
- tags@framasoft/mobilizon
|
- tags@framasoft/mobilizon
|
||||||
artifacts:
|
artifacts:
|
||||||
|
@ -243,7 +243,7 @@ release-upload:
|
||||||
APP_ASSET="${CI_PROJECT_NAME}_${APP_VERSION}_${ARCH}.tar.gz"
|
APP_ASSET="${CI_PROJECT_NAME}_${APP_VERSION}_${ARCH}.tar.gz"
|
||||||
|
|
||||||
echo "Artifact: ${APP_ASSET}"
|
echo "Artifact: ${APP_ASSET}"
|
||||||
tar czf ${APP_ASSET} -C release .
|
tar czf ${APP_ASSET} -C release mobilizon
|
||||||
ls -al ${APP_ASSET}
|
ls -al ${APP_ASSET}
|
||||||
|
|
||||||
curl --silent --show-error --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file "${APP_ASSET}" ${PACKAGE_REGISTRY_URL}/${APP_VERSION}/${APP_ASSET}
|
curl --silent --show-error --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file "${APP_ASSET}" ${PACKAGE_REGISTRY_URL}/${APP_VERSION}/${APP_ASSET}
|
||||||
|
|
Loading…
Reference in a new issue