Fix release path in CI push
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
23a94a1124
commit
bfeee95329
|
@ -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 _build/prod/rel mobilizon
|
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