generated from ext/template
fix(dpkg): upload deb file
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
ea2f09d282
commit
7c454ef102
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -18,4 +18,4 @@ dpkg:
|
|||
sed -i "s|%date%|`date +%Y%m%d`|g" deb-package/DEBIAN/control
|
||||
sed -i "s|%hash%|$(commit_abbrev)|g" deb-package/DEBIAN/control
|
||||
dpkg-deb --build deb-package/ $(package)
|
||||
@curl --user CIBot:$(PASSWORD) $(package) $(CI_FORGE_URL)/api/packages/$(CI_REPO_OWNER)/debian/pool/noble/main/upload
|
||||
@curl --user CIBot:$(PASSWORD) --upload-file $(package) $(CI_FORGE_URL)/api/packages/$(CI_REPO_OWNER)/debian/pool/noble/main/upload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue