needed curl
All checks were successful
Build libostree Backport / Build libostree Backport (push) Successful in 10m15s
All checks were successful
Build libostree Backport / Build libostree Backport (push) Successful in 10m15s
This commit is contained in:
parent
7f512cfab4
commit
0ea13ef18f
1 changed files with 5 additions and 0 deletions
|
|
@ -133,6 +133,11 @@ jobs:
|
||||||
echo "" >> release-assets/INSTALL.md
|
echo "" >> release-assets/INSTALL.md
|
||||||
echo "Build completed on: $(date)" >> 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
|
- name: Upload to Debian Package Registry
|
||||||
run: |
|
run: |
|
||||||
# Upload each .deb package to Forgejo's Debian Package Registry
|
# Upload each .deb package to Forgejo's Debian Package Registry
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue