From 6bc25affd9ebb00e03e69a5ca68f00fcf0fe3e2c Mon Sep 17 00:00:00 2001 From: root Date: Mon, 6 Jan 2025 14:02:11 +0800 Subject: [PATCH] fix --- .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 0f92ff78..6188f783 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -105,7 +105,7 @@ jobs: tar czvf ../../../${{ matrix.name }} rnacos .env cd - - name: Archive binary (linux-gnu) - if: matrix.target =='x86_64-unknown-linux-musl' + if: matrix.target =='x86_64-unknown-linux-gnu' run: | # 注意,下面进入了三级目录,与上面两个打包操作路径不同 cd target/x86_64-unknown-linux-gnu/release