Skip to content

Commit

Permalink
fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Jun 10, 2023
1 parent f5f3f79 commit d3c46f7
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 @@ -51,7 +51,7 @@ jobs:
mv 'sqlpage macos-latest/sqlpage' sqlpage.bin;
tar --create --file sqlpage-macos.tgz --gzip sqlpage.bin;
mv 'sqlpage ubuntu-20.04/sqlpage' sqlpage.bin;
tar --create --file sqlpage-linux.tgz --gzip sqlpage-linux.bin
tar --create --file sqlpage-linux.tgz --gzip sqlpage.bin
cd 'sqlpage windows-latest' && zip -r sqlpage-windows.zip *.exe
- name: Create Release
id: create_release
Expand Down

0 comments on commit d3c46f7

Please sign in to comment.