update
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
JMARyA 2025-01-13 18:08:07 +01:00
parent 1abc04eeb8
commit d3186a0794
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
2 changed files with 1 additions and 3 deletions

View file

@ -13,3 +13,4 @@ steps:
username: jmarya
password:
from_secret: registry_token

View file

@ -26,8 +26,5 @@ To upload a package you created with `makepkg` to a repo use curl:
curl -X POST \
-F "pkg=@./<pkg_name>-<version>-<rel>-<arch>.pkg.tar.zst" \
-F "sig=@./<pkg_name>-<version>-<rel>-<arch>.pkg.tar.zst.sig" \
-F "name=<pkg_name>" \
-F "arch=<arch>" \
-F "version=<version>" \
"https://<domain>/pkg/<repo>/upload"
```