Skip to content

Commit

Permalink
fix: point github action to latest release naming structure
Browse files Browse the repository at this point in the history
  • Loading branch information
louisjoecodes authored May 7, 2024
1 parent a9d65b6 commit f9bd63f
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 @@ -22,7 +22,7 @@ runs:
fi
echo "Installing Quary CLI version $VERSION"
wget https://github.com/quarylabs/quary/releases/download/$VERSION/quary-$VERSION-quary-linux-x86_64-gnu.zip -O quary-cli.zip
wget https://github.com/quarylabs/quary/releases/download/$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
quary --version
Expand Down

0 comments on commit f9bd63f

Please sign in to comment.