Merge pull request #2321 from Kingtous/master
fix: flatpak x86_64 artifact name
This commit is contained in:
		
						commit
						86d2116f54
					
				
							
								
								
									
										4
									
								
								.github/workflows/flutter-nightly.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/flutter-nightly.yml
									
									
									
									
										vendored
									
									
								
							@ -1133,12 +1133,12 @@ jobs:
 | 
			
		||||
  build-flatpak-amd64:
 | 
			
		||||
    name: Build Flatpak
 | 
			
		||||
    needs: [build-rustdesk-linux-amd64]
 | 
			
		||||
    runs-on: ${{ matrix.job.os }}
 | 
			
		||||
    runs-on: ubuntu-20.04
 | 
			
		||||
    strategy:
 | 
			
		||||
      fail-fast: false
 | 
			
		||||
      matrix:
 | 
			
		||||
        job:
 | 
			
		||||
          - { target: x86_64-unknown-linux-gnu, os: ubuntu-20.04, arch: x86_64 }
 | 
			
		||||
          - { target: x86_64-unknown-linux-gnu, os: ubuntu-18.04, arch: x86_64 }
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Checkout source code
 | 
			
		||||
        uses: actions/checkout@v3
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user