Skip to content

Commit 17efbc8

Browse files
committed
[workflows/release] Last artifact fix...
1 parent c74bc22 commit 17efbc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
fi
5151
5252
src="${os}/gpt_cmd${ext}"
53-
dest="bin/gpt_cmd-${{ github.ref }}-${os}${ext}"
53+
dest="bin/gpt_cmd-${os}${ext}"
5454
5555
echo "Moving $src to $dest"
5656
mv "$src" "$dest"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ With this approach, ChatGPT is able to probe your system and try running command
3434
> [!WARNING]
3535
> In light of my other warning above, this install script is pulled directly from my GitHub repo, and is a potential vulnerability if the repo (or GitHub) becomes compromised. Always inspect scripts for shady behavior before running them on your device (even mine: [install.sh](https://raw.githubusercontent.com/chrisdothtml/gpt-cmd/main/install.sh)).
3636
37-
**NOTE**: the install script and tool require: `python` (v3), `bash`, and either `curl` or `wget`
37+
**NOTE**: the system requirements are: `bash` and either `curl` or `wget`
3838

3939
```sh
4040
curl -s https://raw.githubusercontent.com/chrisdothtml/gpt-cmd/main/install.sh | bash

0 commit comments

Comments
 (0)