Skip to content

Commit

Permalink
Use tar.gz instead of zip for concealing security warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Matts966 committed Jun 5, 2020
1 parent 1f5affe commit 34e33d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
env:
TAG: ${{ steps.tag.outputs.tag }}
run: |
7z a bin/alphasql_${TAG}_linux_x86_64.zip $(find ./bin/linux -type f)
7z a bin/alphasql_${TAG}_darwin_amd64.zip $(find ./bin/osx -type f)
tar -zcvf bin/alphasql_${TAG}_linux_x86_64.tar.gz ./bin/linux
tar -zcvf bin/alphasql_${TAG}_darwin_amd64.tar.gz ./bin/osx
- name: Upload Linux Asset
id: upload-linux-asset
Expand Down

0 comments on commit 34e33d3

Please sign in to comment.