Skip to content

Commit

Permalink
Don't strip release binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroening committed Jun 23, 2021
1 parent ebbc7e8 commit deed0cb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
with:
command: build
args: --release
- name: Strip release binary (Ubuntu and macOS)
if: matrix.os == 'ubuntu-18.04' || matrix.os == 'macos-latest'
run: strip "target/${{ matrix.target }}/release/edu-sync-cli"
- name: Rename binaries
run: |
VERSION=${GITHUB_REF#refs/tags/}
Expand Down

0 comments on commit deed0cb

Please sign in to comment.