mirror of
				https://github.com/zoriya/Kyoo.git
				synced 2025-11-02 18:47:11 -05:00 
			
		
		
		
	Update release.yml
This commit is contained in:
		
							parent
							
								
									b856291a4b
								
							
						
					
					
						commit
						153266d1a6
					
				
							
								
								
									
										8
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							@ -35,7 +35,7 @@ jobs:
 | 
				
			|||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          if [[ "${{runner.os}}" == "Windows" ]]; then
 | 
					          if [[ "${{runner.os}}" == "Windows" ]]; then
 | 
				
			||||||
            choco install ffmpeg-shared
 | 
					            choco install ffmpeg-shared
 | 
				
			||||||
            ls -Rl "/C/Program Files (x86)/FFmpeg"
 | 
					            ls -Rl "/C/Program Files/FFmpeg"
 | 
				
			||||||
          elif [[ "${{runner.os}}" == "macOS" ]]; then
 | 
					          elif [[ "${{runner.os}}" == "macOS" ]]; then
 | 
				
			||||||
            brew install ffmpeg
 | 
					            brew install ffmpeg
 | 
				
			||||||
          else
 | 
					          else
 | 
				
			||||||
@ -48,9 +48,9 @@ jobs:
 | 
				
			|||||||
        uses: ilammy/msvc-dev-cmd@v1
 | 
					        uses: ilammy/msvc-dev-cmd@v1
 | 
				
			||||||
      - name: Build the app
 | 
					      - name: Build the app
 | 
				
			||||||
        env: 
 | 
					        env: 
 | 
				
			||||||
          INCLUDE: ${{env.INCLUDE}};C:\Program Files (x86)\FFmpeg\include
 | 
					          INCLUDE: ${{env.INCLUDE}};C:\Program Files\FFmpeg\include
 | 
				
			||||||
          LIB: ${{env.LIB}};C:\Program Files (x86)\FFmpeg\lib
 | 
					          LIB: ${{env.LIB}};C:\Program Files\FFmpeg\lib
 | 
				
			||||||
          LIBPATH: ${{env.LIBPATH}};C:\Program Files (x86)\FFmpeg\lib
 | 
					          LIBPATH: ${{env.LIBPATH}};C:\Program Files\FFmpeg\lib
 | 
				
			||||||
        run: dotnet publish -r ${{matrix.runtime}} -c Release -o dist Kyoo
 | 
					        run: dotnet publish -r ${{matrix.runtime}} -c Release -o dist Kyoo
 | 
				
			||||||
      - name: Compression output
 | 
					      - name: Compression output
 | 
				
			||||||
        shell: bash
 | 
					        shell: bash
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user