Update .gitlab-ci.yml file
This commit is contained in:
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user