Skip to content

Commit 7eb8916

Browse files
committed
Remove dead code for striping linux binaries
This will be added back by #15
1 parent d462946 commit 7eb8916

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ jobs:
9393
command: build
9494
args: --release --target ${{ matrix.target }}
9595

96-
- name: Strip release binary (linux and macos)
97-
if: matrix.os == 'linux' || matrix.os == 'macos'
96+
- name: Strip release binary (macos)
97+
if: matrix.os == 'macos'
9898
run: strip "target/${{ matrix.target }}/release/${{ env.PROGRAM_NAME }}"
9999

100100
- name: Build archive

0 commit comments

Comments
 (0)