Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
agrinman committed Jul 17, 2020
1 parent d82edbc commit b8ac416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
chmod +x macOS/tunnelto/${{ steps.get_version.outputs.VERSION }}/bin/tunnelto
chmod +x linux/tunnelto
export TAG="${{ steps.get_version.outputs.VERSION }}"
mv -C windows/tunnelto.exe tunnelto-windows.exe
cp windows/tunnelto.exe tunnelto-windows.exe
tar -C macOS/ -czvf "tunnelto-$TAG.catalina.bottle.tar.gz" tunnelto/${{ steps.get_version.outputs.VERSION }}/bin/tunnelto
cp "tunnelto-$TAG.catalina.bottle.tar.gz" "tunnelto-$TAG.big_sur.bottle.tar.gz"
tar -C linux/ -czvf tunnelto-linux.tar.gz tunnelto
Expand Down

0 comments on commit b8ac416

Please sign in to comment.