Skip to content

Commit 85ff2ca

Browse files
authored
Merge pull request #17 from LuisLiraC/feat/v1.0.0
v1.0.0
2 parents 390894c + 75e7824 commit 85ff2ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
- name: Get Binary
1818
shell: bash
1919
run: |
20-
BIN_URL=$(curl https://api.github.com/repos/LuisLiraC/git-diff/releases/latest | jq -r '.assets[0].browser_download_url')
20+
BIN_URL=$(curl https://api.github.com/repos/LuisLiraC/git-diff/releases/tags/v1.0.0 | jq -r '.assets[0].browser_download_url')
2121
curl -s -L $BIN_URL -o rust-binary.tgz
2222
tar -xzvf rust-binary.tgz
2323
mv ./Linux/git-diff ./git-diff

0 commit comments

Comments
 (0)