Skip to content

Commit

Permalink
Strip release binaries for linux and macOS (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
koolkdev authored Apr 27, 2024
1 parent 46c62ed commit a6aa578
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,16 @@ jobs:
configurePreset: ${{matrix.configure_preset}}
buildPreset: ${{matrix.build_preset}}

- name: Strip binaries
run: |
strip build/${{matrix.configure_preset}}/wfs-extract/Release/wfs-extract
strip build/${{matrix.configure_preset}}/wfs-file-injector/Release/wfs-file-injector
strip build/${{matrix.configure_preset}}/wfs-fuse/Release/wfs-fuse
strip build/${{matrix.configure_preset}}/wfs-info/Release/wfs-info
strip build/${{matrix.configure_preset}}/wfs-reencryptor/Release/wfs-reencryptor
shell: bash
if: matrix.platform != 'windows-latest'

- name: Upload wfs-extract
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit a6aa578

Please sign in to comment.