CI: Set version variable for GJD publish URL
This commit is contained in:
parent
4402ad3e4c
commit
0649cfd94e
3 changed files with 4 additions and 3 deletions
|
|
@ -53,8 +53,9 @@ jobs:
|
|||
|
||||
- name: Build release binary
|
||||
run: just full-build
|
||||
- name: Upload release binary to git.jutty.dev package registry
|
||||
- name: Publish to git.jutty.dev package registry
|
||||
run: |
|
||||
version=$(./target/release/en --version)
|
||||
api_root=https://git.jutty.dev/api/
|
||||
url=$api_root/packages/jutty/generic/en/$version/en-x86_64-linux-gnu
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue