fix: hosted files

This commit is contained in:
Georg K
2025-06-19 05:13:28 +03:00
parent ec21d480e9
commit 2338f97df6
3 changed files with 33 additions and 35 deletions

View File

@@ -39,7 +39,7 @@ release-hosted:
VERSION: "1.0.3"
script:
- apk add --no-cache curl
- chmod a+x hosted/install.sh
- chmod a+x hosted/install.sh hosted/update.sh
- tar -czvf hosted.tar.gz hosted
- 'curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file hosted.tar.gz "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/hosted/${VERSION}/hosted.tar.gz"'
when: manual