mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 02:54:03 -06:00
fix upload
This commit is contained in:
parent
fa5953931e
commit
a5475d76da
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ upload:
|
|||
rules:
|
||||
- if: $CI_COMMIT_TAG
|
||||
script:
|
||||
- 'curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file bin/nyxi-installer ${PACKAGE_REGISTRY_URL}/nyxi-installer'
|
||||
- 'curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file /bin/nyxi-installer ${PACKAGE_REGISTRY_URL}/nyxi-installer'
|
||||
|
||||
release:
|
||||
stage: release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue