mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2026-03-13 07:34:26 +08:00
Compare commits
21 Commits
feature/aa
...
143fdf4c9d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
143fdf4c9d | ||
|
|
37e48b431d | ||
|
|
463fa743e9 | ||
|
|
eed651ddde | ||
|
|
22fa98d73d | ||
|
|
7d3b5f1ac8 | ||
|
|
1df5a16141 | ||
|
|
2b944b154c | ||
|
|
9b7cb795ca | ||
|
|
20ae4f54e6 | ||
|
|
78facb282b | ||
|
|
6f3d7530b9 | ||
|
|
5e1064a5c8 | ||
|
|
faac0d9817 | ||
|
|
c440637ad0 | ||
|
|
284d33bcdf | ||
|
|
d9573973ca | ||
|
|
cd354cf045 | ||
|
|
1cce87acaa | ||
|
|
78c4084501 | ||
|
|
1d0a40b9e8 |
12
.github/workflows/app.yml
vendored
12
.github/workflows/app.yml
vendored
@@ -40,9 +40,15 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
config:
|
||||
- os: self-hosted
|
||||
- os: ubuntu-latest
|
||||
arch: x86_64
|
||||
rust_target: x86_64-unknown-linux-gnu
|
||||
- os: macos-latest
|
||||
arch: aarch64
|
||||
rust_target: aarch64-unknown-linux-gnu
|
||||
rust_target: x86_64-apple-darwin,aarch64-apple-darwin
|
||||
- os: windows-latest
|
||||
arch: x86_64
|
||||
rust_target: x86_64-pc-windows-msvc
|
||||
|
||||
runs-on: ${{ matrix.config.os }}
|
||||
steps:
|
||||
@@ -79,7 +85,7 @@ jobs:
|
||||
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
|
||||
with:
|
||||
releaseId: ${{ needs.create-release.outputs.release_id }}
|
||||
args: ${{ matrix.config.os == 'macos-latest' && '--target universal-apple-darwin' || matrix.config.os == 'ubuntu-latest' && matrix.config.arch == 'aarch64' && '--target aarch64-unknown-linux-gnu' || '' }}
|
||||
args: ${{ matrix.config.os == 'macos-latest' && '--target universal-apple-darwin' || '' }}
|
||||
|
||||
publish-release:
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user