Skip to content

Commit

Permalink
Use the new naming scheme for the binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed Jul 21, 2024
1 parent eb42351 commit a0aa3f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit a0aa3f2

Please sign in to comment.