ci: Fix downloading ripgrep dependency

This commit is contained in:
Ethan P. 2024-02-12 12:23:54 -08:00
parent 205e9c40e1
commit 6bd35e5aed
No known key found for this signature in database
GPG Key ID: B29B90B1B228FEBC

View File

@ -67,7 +67,7 @@ runs:
uses: dsaltares/fetch-gh-release-asset@master
if: ${{ env.ACT || inputs.test == 'true' }}
with:
file: "ripgrep_[0-9\\.]+_amd64.deb"
file: "ripgrep_[0-9\\.-]+_amd64.deb"
repo: "BurntSushi/ripgrep"
# version: "${{ inputs.version_ripgrep || "latest" }}"
regex: true