Skip to content

Commit

Permalink
fix: error
Browse files Browse the repository at this point in the history
  • Loading branch information
lencx committed Mar 4, 2023
1 parent b4a6c01 commit ba32674
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,10 @@ jobs:
- name: fix macos install
if: matrix.os == 'macos-latest'
run: |
rm -rf ./target/${{ matrix.target }}/release/bundle/macos/ChatGPT.app
tar -xzf ./target/${{ matrix.target }}/release/bundle/macos/ChatGPT.app.tar.gz
xattr -r -d com.apple.quarantine ./target/${{ matrix.target }}/release/bundle/macos/ChatGPT.app
xattr -r -d com.apple.quarantine ChatGPT.app
rm -rf ./target/${{ matrix.target }}/release/bundle/macos/ChatGPT.app.tar.gz
tar -czf ./target/${{ matrix.target }}/release/bundle/macos/ChatGPT.app.tar.gz ./target/${{ matrix.target }}/release/bundle/macos/ChatGPT.app
tar -czf ./target/${{ matrix.target }}/release/bundle/macos/ChatGPT.app.tar.gz ChatGPT.app
- uses: actions/upload-artifact@v3
if: matrix.os == 'ubuntu-latest'
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "ChatGPT",
"version": "0.11.1"
"version": "0.11.0"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit ba32674

Please sign in to comment.