Skip to content

Commit

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

0 comments on commit 7f5b25d

Please sign in to comment.