Skip to content

Commit

Permalink
fix release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Matts966 committed Dec 25, 2021
1 parent 450ea95 commit 884dd94
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 @@ -40,7 +40,7 @@ jobs:
run: |
temp=$(mktemp -d)
wget -P $temp "https://github.com/Matts966/zetasql-formatter/releases/download/${TAG}/zetasql-formatter_darwin_amd64.zip"
sudo unzip $temp/zetasql-formatter_darwin_amd64.zip -d /usr/local/bin
sudo unzip -o $temp/zetasql-formatter_darwin_amd64.zip -d /usr/local/bin
zetasql-formatter .
linux:
Expand Down

0 comments on commit 884dd94

Please sign in to comment.