Try again for all the outputs
This commit is contained in:
+3
-3
@@ -25,9 +25,9 @@ build:
|
||||
script:
|
||||
- nix build -L
|
||||
- URL=$CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/generic/sword-utils/$TAG/sword-$TAG.tar.xz
|
||||
- |-
|
||||
curl --fail-with-body --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file ./result/sword.tar.xz "${URL}"
|
||||
echo "X86_TARBALL=${URL}" > build.env
|
||||
- echo ${URL}
|
||||
- 'curl --fail-with-body --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file ./result/sword.tar.xz "${URL}"'
|
||||
- echo "X86_TARBALL=${URL}" > build.env
|
||||
artifacts:
|
||||
reports:
|
||||
dotenv: build.env
|
||||
|
||||
Reference in New Issue
Block a user