mirror of
https://github.com/lencx/ChatGPT.git
synced 2024-10-01 01:06:13 -04:00
fix: error
This commit is contained in:
parent
b4a6c0145a
commit
ba32674419
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -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'
|
||||
|
@ -7,7 +7,7 @@
|
||||
},
|
||||
"package": {
|
||||
"productName": "ChatGPT",
|
||||
"version": "0.11.1"
|
||||
"version": "0.11.0"
|
||||
},
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
|
Loading…
Reference in New Issue
Block a user