File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ plugins {
4
4
5
5
allprojects {
6
6
group = ' io.github.kezhenxu94'
7
- version = ' 0.4 .0'
7
+ version = ' 0.8 .0'
8
8
sourceCompatibility = ' 8'
9
9
}
Original file line number Diff line number Diff line change @@ -12,11 +12,13 @@ runs:
12
12
GH_ACTION_REF : ${{ github.action_ref || github.ref_name }}
13
13
run : |
14
14
curl -Ls https://github.com/kezhenxu94/chatgpt-java/releases/download/$GH_ACTION_REF/chatgpt-cli.ubuntu -o chatgpt-cli
15
- sudo install chatgpt-cli /usr/local/bin/chatgpt
15
+ chmod +x chatgpt-cli
16
+ sudo mv chatgpt-cli /usr/local/bin/chatgpt
16
17
- if : runner.os == 'macOS'
17
18
shell : bash
18
19
env :
19
20
GH_ACTION_REF : ${{ github.action_ref || github.ref_name }}
20
21
run : |
21
22
curl -Ls https://github.com/kezhenxu94/chatgpt-java/releases/download/$GH_ACTION_REF/chatgpt-cli.macos -o chatgpt-cli
22
- sudo install chatgpt-cli /usr/local/bin/chatgpt
23
+ chmod +x chatgpt-cli
24
+ sudo mv chatgpt-cli /usr/local/bin/chatgpt
You can’t perform that action at this time.
0 commit comments