Skip to content

Commit

Permalink
chore: remove manual strip in continuous deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jul 16, 2022
1 parent b779ee4 commit 1b7cf65
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ jobs:
mkdir $release_dir
for bin in 'fish-launcher' 'fish-launcher-cli'; do
cp "target/${{ matrix.target }}/release/$bin" $release_dir/
strip "$release_dir/$bin" || true
done
tar -czvf "fish-launcher-${{ matrix.build }}.tar.gz" $release_dir/
if [ "${{ matrix.os }}" = "ubuntu-latest" ]; then
Expand All @@ -94,7 +93,6 @@ jobs:
mkdir $release_dir
for bin in 'fish-launcher.exe' 'fish-launcher-cli.exe'; do
cp "target/${{ matrix.target }}/release/$bin" $release_dir/
strip "$release_dir/$bin"
done
7z a -tzip "fish-launcher-${{ matrix.build }}.zip" $release_dir/
mv "target/${{ matrix.target }}/release"/bundle/*/fish-launcher*.msi \
Expand Down

0 comments on commit 1b7cf65

Please sign in to comment.