CI: Fix file paths on registry upload steps
Some checks are pending
/ verify (push) Waiting to run
/ publish (push) Waiting to run

This commit is contained in:
Juno Takano 2026-03-07 19:59:18 -03:00
commit 77d5f40730
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ jobs:
curl -fsSL \
--user jutty:${{ secrets.GJD_REGISTRY_TOKEN }} \
--upload-file target/x86_64-unknown-linux-gnu/en $url
--upload-file target/x86_64-unknown-linux-gnu/release/en $url
- name: Publish x64 musl binary to git.jutty.dev registry
run: |
@ -57,5 +57,5 @@ jobs:
curl -fsSL \
--user jutty:${{ secrets.GJD_REGISTRY_TOKEN }} \
--upload-file target/x86_64-unknown-linux-musl/en $url
--upload-file target/x86_64-unknown-linux-musl/release/en $url