Skip to content

Commit

Permalink
feat: api
Browse files Browse the repository at this point in the history
  • Loading branch information
louisjoecodes committed Jan 22, 2024
1 parent 19c55fe commit e7b0523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ runs:
echo "Installing Quary CLI version $VERSION"
wget https://github.com/quarylabs/quary-cli/releases/download/$VERSION/quary-$VERSION-quary-linux-x86_64-gnu.zip -O quary-cli.zip
unzip quary-cli.zip -d quary-cli
sudo mv quary-cli/quary /usr/local/bin
sudo mv quary-cli/quary-$VERSION /usr/local/bin
quary --version
shell: bash

0 comments on commit e7b0523

Please sign in to comment.