We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 554cd12 commit 4e24cbeCopy full SHA for 4e24cbe
action.yaml
@@ -20,7 +20,7 @@ runs:
20
- name: Get Binary
21
shell: bash
22
run: |
23
- BIN_URL=$(curl https://api.github.com/repos/LuisLiraC/git-diff/releases/tags/v1.0.3-prerelease | jq -r '.assets[0].browser_download_url')
+ BIN_URL=$(curl https://api.github.com/repos/LuisLiraC/git-diff/releases/tags/v1.0.3 | jq -r '.assets[0].browser_download_url')
24
curl -s -L $BIN_URL -o rust-binary.tgz
25
tar -xzvf rust-binary.tgz
26
mv ./Linux/git-diff ./git-diff
0 commit comments