This commit is contained in:
parent
1abc04eeb8
commit
d3186a0794
2 changed files with 1 additions and 3 deletions
|
@ -13,3 +13,4 @@ steps:
|
|||
username: jmarya
|
||||
password:
|
||||
from_secret: registry_token
|
||||
|
||||
|
|
|
@ -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"
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue