Skip to content
Snippets Groups Projects
Verified Commit 19468312 authored by Geoffrey Arthaud's avatar Geoffrey Arthaud
Browse files

Fix artefact upload bug

parent 161eb736
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ test-rust-nightly:
- rustup target add $TARGET_ARCH
- cargo build $CARGO_OPTS --target $TARGET_ARCH --release
- if [ -z "$NO_POSTPROCESS" ]; then strip $TARGET; $LDD_CMD $TARGET; $TARGET --help; fi
- 'if [ -z "$DEBUG" ]; then curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file $APP_NAME "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/${CI_COMMIT_TAG:-latest}/latest/$APP_NAME"; fi'
- 'if [ -z "$DEBUG" ]; then curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file $TARGET "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/${CI_COMMIT_TAG:-latest}/latest/$APP_NAME"; fi'
artifacts:
paths:
- $TARGET
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment