Skip to content

Commit

Permalink
Don't strip binaries when releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
Inrixia committed Nov 1, 2024
1 parent 37ee8c5 commit e6c8ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: mkdir ./artifacts

- name: Archive binary
run: strip ./build/float && tar -czf ./artifacts/${{ matrix.platform.os-name }}.tar.gz -C ./build float
run: tar -czf ./artifacts/${{ matrix.platform.os-name }}.tar.gz -C ./build float
if: matrix.platform.runs-on != 'windows-latest'

- name: Archive binary (windows)
Expand Down

0 comments on commit e6c8ab2

Please sign in to comment.