Update .gitlab-ci.yml file
This commit is contained in:
parent
d6d49e0971
commit
495583bdf8
@ -28,6 +28,8 @@ upload:
|
||||
stage: upload
|
||||
image: curlimages/curl:latest
|
||||
script:
|
||||
- ls .
|
||||
- ls bin
|
||||
- |
|
||||
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file ${LINUX_AMD64_BINARY} "${PACKAGE_REGISTRY_URL}/${LINUX_AMD64_BINARY}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user