Skip to content

Commit ba32674

Browse files
committed
fix: error
1 parent b4a6c01 commit ba32674

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,10 @@ jobs:
8484
- name: fix macos install
8585
if: matrix.os == 'macos-latest'
8686
run: |
87-
rm -rf ./target/${{ matrix.target }}/release/bundle/macos/ChatGPT.app
8887
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
9089
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
9291
9392
- uses: actions/upload-artifact@v3
9493
if: matrix.os == 'ubuntu-latest'

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"package": {
99
"productName": "ChatGPT",
10-
"version": "0.11.1"
10+
"version": "0.11.0"
1111
},
1212
"tauri": {
1313
"allowlist": {

0 commit comments

Comments
 (0)