Skip to content

Commit

Permalink
workflows/rust: strip result
Browse files Browse the repository at this point in the history
  • Loading branch information
eNV25 committed Aug 23, 2023
1 parent d7edf49 commit f64ad10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- if: startsWith(github.ref, 'refs/tags/')
run: |
cp target/x86_64-unknown-linux-gnu/release/libmpv_mpris2.so mpris-x86_64-unknown-linux-gnu.so
strip --strip-unneeded mpris-x86_64-unknown-linux-gnu.so
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit f64ad10

Please sign in to comment.