Skip to content

Commit

Permalink
[workflows/release] Last artifact fix...
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdothtml committed May 30, 2024
1 parent c74bc22 commit 17efbc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
fi
src="${os}/gpt_cmd${ext}"
dest="bin/gpt_cmd-${{ github.ref }}-${os}${ext}"
dest="bin/gpt_cmd-${os}${ext}"
echo "Moving $src to $dest"
mv "$src" "$dest"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ With this approach, ChatGPT is able to probe your system and try running command
> [!WARNING]
> 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)).
**NOTE**: the install script and tool require: `python` (v3), `bash`, and either `curl` or `wget`
**NOTE**: the system requirements are: `bash` and either `curl` or `wget`

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

0 comments on commit 17efbc8

Please sign in to comment.