CI: Fix file paths on registry upload steps
This commit is contained in:
parent
1748dd2fb6
commit
77d5f40730
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue