File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -84,11 +84,10 @@ jobs:
84
84
- name : fix macos install
85
85
if : matrix.os == 'macos-latest'
86
86
run : |
87
- rm -rf ./target/${{ matrix.target }}/release/bundle/macos/ChatGPT.app
88
87
tar -xzf ./target/${{ matrix.target }}/release/bundle/macos/ChatGPT.app.tar.gz
89
- xattr -r -d com.apple.quarantine ./target/${{ matrix.target }}/release/bundle/macos/ ChatGPT.app
88
+ xattr -r -d com.apple.quarantine ChatGPT.app
90
89
rm -rf ./target/${{ matrix.target }}/release/bundle/macos/ChatGPT.app.tar.gz
91
- tar -czf ./target/${{ matrix.target }}/release/bundle/macos/ChatGPT.app.tar.gz ./target/${{ matrix.target }}/release/bundle/macos/ ChatGPT.app
90
+ tar -czf ./target/${{ matrix.target }}/release/bundle/macos/ChatGPT.app.tar.gz ChatGPT.app
92
91
93
92
- uses : actions/upload-artifact@v3
94
93
if : matrix.os == 'ubuntu-latest'
Original file line number Diff line number Diff line change 7
7
},
8
8
"package" : {
9
9
"productName" : " ChatGPT" ,
10
- "version" : " 0.11.1 "
10
+ "version" : " 0.11.0 "
11
11
},
12
12
"tauri" : {
13
13
"allowlist" : {
You can’t perform that action at this time.
0 commit comments