mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 16:23:41 +08:00 
			
		
		
		
	Compare commits
	
		
			10 Commits
		
	
	
		
			feature/ch
			...
			feature/aa
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					a9c2dd6cc8 | ||
| 
						 | 
					4148a50b7d | ||
| 
						 | 
					49aeff4473 | ||
| 
						 | 
					b7394bc10c | ||
| 
						 | 
					f2aeb83e4e | ||
| 
						 | 
					030234c498 | ||
| 
						 | 
					77805a45b1 | ||
| 
						 | 
					655332cca0 | ||
| 
						 | 
					bb7c6c517b | ||
| 
						 | 
					4624b9d778 | 
							
								
								
									
										12
									
								
								.github/workflows/app.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/app.yml
									
									
									
									
										vendored
									
									
								
							@@ -40,15 +40,9 @@ jobs:
 | 
				
			|||||||
      fail-fast: false
 | 
					      fail-fast: false
 | 
				
			||||||
      matrix:
 | 
					      matrix:
 | 
				
			||||||
        config:
 | 
					        config:
 | 
				
			||||||
          - os: ubuntu-latest
 | 
					          - os: self-hosted
 | 
				
			||||||
            arch: x86_64
 | 
					 | 
				
			||||||
            rust_target: x86_64-unknown-linux-gnu
 | 
					 | 
				
			||||||
          - os: macos-latest
 | 
					 | 
				
			||||||
            arch: aarch64
 | 
					            arch: aarch64
 | 
				
			||||||
            rust_target: x86_64-apple-darwin,aarch64-apple-darwin
 | 
					            rust_target: aarch64-unknown-linux-gnu
 | 
				
			||||||
          - os: windows-latest
 | 
					 | 
				
			||||||
            arch: x86_64
 | 
					 | 
				
			||||||
            rust_target: x86_64-pc-windows-msvc
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    runs-on: ${{ matrix.config.os }}
 | 
					    runs-on: ${{ matrix.config.os }}
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
@@ -85,7 +79,7 @@ jobs:
 | 
				
			|||||||
          APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
 | 
					          APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          releaseId: ${{ needs.create-release.outputs.release_id }}
 | 
					          releaseId: ${{ needs.create-release.outputs.release_id }}
 | 
				
			||||||
          args: ${{ matrix.config.os == 'macos-latest' && '--target universal-apple-darwin' || '' }}
 | 
					          args: ${{ matrix.config.os == 'macos-latest' && '--target universal-apple-darwin' || matrix.config.os == 'ubuntu-latest' && matrix.config.arch == 'aarch64' && '--target aarch64-unknown-linux-gnu' || '' }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  publish-release:
 | 
					  publish-release:
 | 
				
			||||||
    permissions:
 | 
					    permissions:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -9,7 +9,7 @@
 | 
				
			|||||||
  },
 | 
					  },
 | 
				
			||||||
  "package": {
 | 
					  "package": {
 | 
				
			||||||
    "productName": "NextChat",
 | 
					    "productName": "NextChat",
 | 
				
			||||||
    "version": "2.15.4"
 | 
					    "version": "2.15.5"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "tauri": {
 | 
					  "tauri": {
 | 
				
			||||||
    "allowlist": {
 | 
					    "allowlist": {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user