Update .gitlab-ci.yml file

This commit is contained in:
amevarashi 2024-04-29 14:13:21 +00:00
parent 65ea629c2c
commit 5470842e47
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ release_dev:
# - 'apk add gitlab-release-cli'
- apk add zip curl
- 'zip -rq rsi.zip ./'
- echo "${PACKAGE_REGISTRY_URL}"
- |
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file rsi.zip "${PACKAGE_REGISTRY_URL}/test_build.zip"
# release: