From deed0cb88ddd5f0a13676bf50ccf3536e7e69a95 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= <mkroening@posteo.net>
Date: Wed, 23 Jun 2021 15:35:20 +0200
Subject: [PATCH] Don't strip release binaries

---
 .github/workflows/release.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index cbe5cf1..6469df0 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -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/}