From a0aa3f2d4ab0d10daa49dc9ee8c706d673fb0e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9cate=20Kleidukos?= Date: Sun, 21 Jul 2024 12:40:14 +0200 Subject: [PATCH] Use the new naming scheme for the binary --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9b48ff8..5e7ff86 100644 --- a/action.yml +++ b/action.yml @@ -46,7 +46,8 @@ runs: - name: Set up options shell: bash run: | - wget -q https://github.com/Kleidukos/get-tested/releases/download/v${{ inputs.version }}/get-tested-${{ inputs.version }}-linux-amd64 -O get-tested + wget -q https://github.com/Kleidukos/get-tested/releases/download/v${{ inputs.version }}/get-tested-${{ inputs.version}}-Linux-static-x86_64.tar.gz + tar -xzvf get-tested-${{ inputs.version}}-Linux-static-x86_64.tar.gz chmod +x get-tested echo "::debug:: macOS: ${{ inputs.macos-version }}"