Compare commits

..

No commits in common. "2cfe7742033993f005ec86a1441c53300de1e2ff" and "865e887a0937ae17d3b56f5b377daa3ca9c69f9a" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,6 @@ pipeline:
image: 'archlinux:latest'
commands:
# Publish the package
- 'curl -s -XPOST -H "X-API-KEY: $API_KEY" -T "$(ls *.pkg*)" https://arch.r8r.be/publish'
- 'curl -F "file=@$(ls *.pkg*)" -H "X-API-KEY: $API_KEY" https://pkgs.rustybever.be/api/publish'
secrets:
- api_key