From 280a9f042ee21f7ae96809e5eaf28059f2895c17 Mon Sep 17 00:00:00 2001 From: Shaun Arman Date: Sun, 12 Apr 2026 21:58:40 -0500 Subject: [PATCH] fix(ci): correct git-cliff archive path in tar extraction --- .gitea/workflows/auto-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/auto-tag.yml b/.gitea/workflows/auto-tag.yml index 9d4bb6fe..5979c2a8 100644 --- a/.gitea/workflows/auto-tag.yml +++ b/.gitea/workflows/auto-tag.yml @@ -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: |