diff --git a/.woodpecker.yml b/.woodpecker.yml index c27bbef..8e4f11d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -22,6 +22,6 @@ pipeline: image: 'archlinux:latest' commands: # Publish the package - - 'curl -F "file=@$(ls *.pkg*)" -H "X-API-KEY: $API_KEY" https://pkgs.rustybever.be/api/publish' + - 'curl -s -XPOST -H "X-API-KEY: $API_KEY" -T "$(ls *.pkg*)" https://arch.r8r.be/publish' secrets: - api_key