Skip to content

Commit 319a42b

Browse files
committed
Version 1.0.0
1 parent f651072 commit 319a42b

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)