Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
louisjoecodes committed Feb 6, 2024
1 parent 578147d commit a539933
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 @@ -24,6 +24,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/quary"
sudo mv quary-cli/quary /usr/local/bin/quary
quary --version
shell: bash

0 comments on commit a539933

Please sign in to comment.