From e57f085e37303a178bb67bf80c77e2a5bc875a55 Mon Sep 17 00:00:00 2001 From: Breadway Date: Sun, 17 May 2026 08:40:13 +0800 Subject: [PATCH] Fix CI tar path --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce7614f..bda65bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - name: Package artifacts run: | mkdir -p dist - tar -czf dist/bread-ubuntu-latest.tgz target/release/breadd target/release/bread-cli + tar -czf dist/bread-ubuntu-latest.tgz target/release/breadd target/release/bread - name: Upload artifacts uses: actions/upload-artifact@v4 with: