Skip to content

Commit

Permalink
fix: error
Browse files Browse the repository at this point in the history
  • Loading branch information
lencx committed Mar 3, 2023
1 parent 15d0853 commit d968e6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
with:
key: ${{ matrix.target }}

- name: Install dependencies (macos only)
if: matrix.os == 'macos-latest'
run: pip install xattr

- name: Install dependencies (ubuntu only)
if: matrix.os == 'ubuntu-latest'
run: |
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 d968e6a

Please sign in to comment.