CI: Adjust curl logging, add a job for internal networking tests
Some checks failed
/ verify (push) Waiting to run
/ publish (push) Has been cancelled

This commit is contained in:
Juno Takano 2026-02-26 20:17:10 -03:00
commit b56f53bdc2
2 changed files with 27 additions and 2 deletions

View file

@ -32,9 +32,9 @@ jobs:
- name: Publish to git.jutty.dev package registry
run: |
version=$(./target/release/en --version)
api_root=https://git.jutty.dev/api/
api_root=https://git.jutty.dev/api
url=$api_root/packages/jutty/generic/en/$version/en-x86_64-linux-gnu
curl -fsSL \
curl -fsSLiv \
--user jutty:${{ secrets.GJD_REGISTRY_TOKEN }} \
--upload-file target/release/en $url