Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
agrinman authored Apr 12, 2020
1 parent 141e170 commit 35c9c08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: actions/download-artifact@v1
with:
name: wormhole-macOS-latest
path: macOS/${{ steps.get_version.outputs.VERSION }}/bin/
path: macOS/wormhole/${{ steps.get_version.outputs.VERSION }}/bin/

- name: Download ubuntu
uses: actions/download-artifact@v1
Expand All @@ -97,11 +97,11 @@ jobs:

- name: Compress
run: |
chmod +x macOS/${{ steps.get_version.outputs.VERSION }}/bin/wormhole
chmod +x macOS/wormhole/${{ steps.get_version.outputs.VERSION }}/bin/wormhole
chmod +x linux/wormhole
export TAG="${{ steps.get_version.outputs.VERSION }}"
tar -C windows/ -czvf wormhole-windows.tar.gz wormhole.exe
tar -C macOS/ -czvf "wormhole-$TAG.catalina.bottle.tar.gz" ${{ steps.get_version.outputs.VERSION }}/bin/wormhole
tar -C macOS/ -czvf "wormhole-$TAG.catalina.bottle.tar.gz" wormhole/${{ steps.get_version.outputs.VERSION }}/bin/wormhole
tar -C linux/ -czvf wormhole-linux.tar.gz wormhole
- name: Create Release
Expand Down

0 comments on commit 35c9c08

Please sign in to comment.