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 committed May 7, 2024
1 parent a9d65b6 commit d34c54b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- name: Test Install Specific Version
uses: ./
with:
version: '0.0.95'
version: 'v0.0.122'
- name: Verify Installation
run: quary --version
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 d34c54b

Please sign in to comment.