Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Jan 6, 2025
1 parent 9f6a7d1 commit 6bc25af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6bc25af

Please sign in to comment.