fix(ci): install curl in runner for CDN uploads
This commit is contained in:
parent
88fab3e119
commit
78dd81a408
1 changed files with 3 additions and 0 deletions
|
|
@ -67,6 +67,9 @@ jobs:
|
||||||
echo "Generated versions.json:"
|
echo "Generated versions.json:"
|
||||||
cat versions.json
|
cat versions.json
|
||||||
|
|
||||||
|
- name: Install curl
|
||||||
|
run: apt-get update && apt-get install -y curl
|
||||||
|
|
||||||
- name: Upload artifacts to Bunny CDN
|
- name: Upload artifacts to Bunny CDN
|
||||||
run: |
|
run: |
|
||||||
STORAGE_URL="https://storage.bunnycdn.com/${{ env.CDN_STORAGE_ZONE }}/coolify"
|
STORAGE_URL="https://storage.bunnycdn.com/${{ env.CDN_STORAGE_ZONE }}/coolify"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue