From 6bd35e5aed8b79888e01cdb5e80ef8d7dd27f8fb Mon Sep 17 00:00:00 2001 From: "Ethan P." Date: Mon, 12 Feb 2024 12:23:54 -0800 Subject: [PATCH] ci: Fix downloading ripgrep dependency --- .github/actions/install-dependencies/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install-dependencies/action.yaml b/.github/actions/install-dependencies/action.yaml index d3a5603..29d66f5 100644 --- a/.github/actions/install-dependencies/action.yaml +++ b/.github/actions/install-dependencies/action.yaml @@ -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