We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f651072 commit 319a42bCopy full SHA for 319a42b
action.yaml
@@ -17,7 +17,7 @@ runs:
17
- name: Get Binary
18
shell: bash
19
run: |
20
- BIN_URL=$(curl https://api.github.com/repos/LuisLiraC/git-diff/releases/latest | jq -r '.assets[0].browser_download_url')
+ BIN_URL=$(curl https://api.github.com/repos/LuisLiraC/git-diff/releases/tags/v1.0.0 | jq -r '.assets[0].browser_download_url')
21
curl -s -L $BIN_URL -o rust-binary.tgz
22
tar -xzvf rust-binary.tgz
23
mv ./Linux/git-diff ./git-diff
0 commit comments