CI: Move sha256sum calculation before registry upload
This commit is contained in:
parent
b3f3384480
commit
435e478b01
3 changed files with 5 additions and 5 deletions
|
|
@ -26,6 +26,9 @@ jobs:
|
|||
|
||||
- name: Build release binary
|
||||
run: just full-build
|
||||
- name: Calculate SHA-256 hash
|
||||
run: just shasum
|
||||
|
||||
- name: Publish to git.jutty.dev package registry
|
||||
run: |
|
||||
version=$(./target/release/en --version)
|
||||
|
|
@ -35,6 +38,3 @@ jobs:
|
|||
curl -fsSL \
|
||||
--user jutty:${{ secrets.GJD_REGISTRY_TOKEN }} \
|
||||
--upload-file target/release/en $url
|
||||
|
||||
- name: Calculate SHA-256 hash
|
||||
run: just shasum
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue