1
0
mirror of https://github.com/lencx/ChatGPT.git synced 2024-10-01 01:06:13 -04:00

fix: error

This commit is contained in:
lencx 2023-03-04 08:06:10 +08:00
parent 4d752c844d
commit a0e2af599f
2 changed files with 6 additions and 5 deletions

View File

@ -54,10 +54,6 @@ 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: |
@ -110,6 +106,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install xattr
run: |
sudo apt-get update
sudo apt-get install -y xattr
- name: Query version number
run: echo "version=${GITHUB_REF:11}" >> $GITHUB_ENV

View File

@ -7,7 +7,7 @@
},
"package": {
"productName": "ChatGPT",
"version": "0.11.1"
"version": "0.11.0"
},
"tauri": {
"allowlist": {