mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 08:13:43 +08:00 
			
		
		
		
	Update app.yml
This commit is contained in:
		
							
								
								
									
										12
									
								
								.github/workflows/app.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/app.yml
									
									
									
									
										vendored
									
									
								
							@@ -40,12 +40,6 @@ jobs:
 | 
			
		||||
      fail-fast: false
 | 
			
		||||
      matrix:
 | 
			
		||||
        config:
 | 
			
		||||
          - os: ubuntu-latest
 | 
			
		||||
            arch: x86_64
 | 
			
		||||
            rust_target: x86_64-unknown-linux-gnu
 | 
			
		||||
          - os: macos-latest
 | 
			
		||||
            arch: aarch64
 | 
			
		||||
            rust_target: x86_64-apple-darwin,aarch64-apple-darwin
 | 
			
		||||
          - os: windows-latest
 | 
			
		||||
            arch: x86_64
 | 
			
		||||
            rust_target: x86_64-pc-windows-msvc
 | 
			
		||||
@@ -77,12 +71,6 @@ jobs:
 | 
			
		||||
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 | 
			
		||||
          TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
 | 
			
		||||
          TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
 | 
			
		||||
          APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }}
 | 
			
		||||
          APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
 | 
			
		||||
          APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
 | 
			
		||||
          APPLE_ID: ${{ secrets.APPLE_ID }}
 | 
			
		||||
          APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
 | 
			
		||||
          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' || '' }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user