Skip to content

Commit

Permalink
stripping fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amokfa committed Feb 13, 2025
1 parent 5c59f25 commit 3a969de
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 @@ -91,7 +91,7 @@ jobs:
"$PWD/target:/target:Z" \
rustembedded/cross:armv7-unknown-linux-gnueabihf \
arm-linux-gnueabihf-strip \
/target/armv7-unknown-linux-gnueabihf/release/uplink
/target/armv7-unknown-linux-musleabi/release/uplink
- name: Strip release binary (aarch-musl)
if: matrix.build == 'linux-aarch-musl'
Expand Down

0 comments on commit 3a969de

Please sign in to comment.