Skip to content

Commit 12c8450

Browse files
committed
Version 1.0.0
1 parent edf81c6 commit 12c8450

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
@@ -20,7 +20,7 @@ runs:
2020
- name: Get Binary
2121
shell: bash
2222
run: |
23-
BIN_URL=$(curl https://api.github.com/repos/LuisLiraC/git-diff/releases/latest | jq -r '.assets[0].browser_download_url')
23+
BIN_URL=$(curl https://api.github.com/repos/LuisLiraC/git-diff/releases/tags/v1.0.0 | jq -r '.assets[0].browser_download_url')
2424
curl -s -L $BIN_URL -o rust-binary.tgz
2525
tar -xzvf rust-binary.tgz
2626
mv ./Linux/git-diff ./git-diff

0 commit comments

Comments
 (0)