needed curl
All checks were successful
Build libostree Backport / Build libostree Backport (push) Successful in 10m15s

This commit is contained in:
robojerk 2025-07-21 04:09:36 +00:00
parent 7f512cfab4
commit 0ea13ef18f

View file

@ -133,6 +133,11 @@ jobs:
echo "" >> release-assets/INSTALL.md
echo "Build completed on: $(date)" >> release-assets/INSTALL.md
- name: Install curl for package upload
run: |
apt-get update -y
apt-get install -y curl
- name: Upload to Debian Package Registry
run: |
# Upload each .deb package to Forgejo's Debian Package Registry