fix(ci): install curl in runner for CDN uploads

This commit is contained in:
rosslh 2026-02-16 20:38:44 -08:00
parent 6bff6b2b01
commit b494a42f46

View file

@ -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"