fix(ci): correct git-cliff archive path in tar extraction
All checks were successful
Test / rust-fmt-check (pull_request) Successful in 18s
Test / frontend-typecheck (pull_request) Successful in 1m10s
Test / frontend-tests (pull_request) Successful in 1m20s
PR Review Automation / review (pull_request) Successful in 2m56s
Test / rust-clippy (pull_request) Successful in 5m4s
Test / rust-tests (pull_request) Successful in 7m5s

This commit is contained in:
Shaun Arman 2026-04-12 21:58:40 -05:00
parent 41bc5f38ff
commit 280a9f042e

View File

@ -96,7 +96,7 @@ jobs:
curl -fsSL \
"https://github.com/orhun/git-cliff/releases/download/v${CLIFF_VER}/git-cliff-${CLIFF_VER}-x86_64-unknown-linux-musl.tar.gz" \
| tar -xz --strip-components=1 -C /usr/local/bin \
"git-cliff-${CLIFF_VER}-x86_64-unknown-linux-musl/git-cliff"
"git-cliff-${CLIFF_VER}/git-cliff"
- name: Generate changelog
run: |