Skip to content

Commit

Permalink
fix: update argument for biliup binary in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ForgQi committed Jan 26, 2025
1 parent 165f0e9 commit 56f5528
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 @@ -94,7 +94,7 @@ jobs:
with:
use-cross: ${{ matrix.cross }}
command: build
args: --release --locked --target ${{ matrix.target }} -p biliup
args: --release --locked --target ${{ matrix.target }} --bin biliup

- name: Strip release binary (linux and macos)
if: matrix.build == 'x86_64-linux' || matrix.build == 'x86_64-macos'
Expand Down

0 comments on commit 56f5528

Please sign in to comment.