Skip to content

Commit

Permalink
ci: manually change version to test
Browse files Browse the repository at this point in the history
  • Loading branch information
thephez committed Sep 2, 2024
1 parent 5b7ef4a commit 1b1b567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dashmate-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Command to get latest dashmate amd64 download URL
LATEST_URL=$(curl -s \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/dashpay/platform/releases/latest | \
https://api.github.com/repos/dashpay/platform/releases/tags/v1.1.0 | \
jq -r '.assets[] | select(.name | test("^dashmate.*amd64\\.deb$")) | .browser_download_url')

if [[ $? -ne 0 || -z "$LATEST_URL" ]]; then
Expand Down

0 comments on commit 1b1b567

Please sign in to comment.