From 70b1422b605d7a585db5fec14f982c6991b3e831 Mon Sep 17 00:00:00 2001 From: cksac Date: Fri, 14 Feb 2025 22:44:04 +0800 Subject: [PATCH] fix release cli workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 80fc5ec..c1fca09 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: # https://stackoverflow.com/questions/73498168/github-actions-merge-artifacts-after-matrix-steps - name: Archive Binary run: | - tar cvzf fake-${{ github.ref_name }}-linux-x86_64.tar.gz README.md -C target/release fake + tar cvzf fake-${{ github.ref_name }}-linux-x86_64.tar.gz README.md -C target/release-lto fake - name: Release uses: softprops/action-gh-release@v2 with: