Update .gitea/workflows/build_sd2psx.yml
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Build Nightly / build (OFF, 0, .uf2, pmc+, PMC+) (push) Failing after 2s
				
			
		
			
				
	
				Build Nightly / build (OFF, 0, .uf2, pmczero, PMCZero) (push) Failing after 2s
				
			
		
			
				
	
				Build Nightly / build (OFF, 0, .uf2, psxmemcard, PSXMemCard) (push) Failing after 2s
				
			
		
			
				
	
				Build Nightly / build (OFF, 0, .uf2, sd2psx, SD2PSX) (push) Failing after 2s
				
			
		
			
				
	
				Build Nightly / build (OFF, 0, .uf2, sd2psxlite, SD2PSXlite) (push) Failing after 2s
				
			
		
			
				
	
				Build Nightly / build (ON, 3, -debug.uf2, pmc+, PMC+) (push) Failing after 2s
				
			
		
			
				
	
				Build Nightly / build (ON, 3, -debug.uf2, pmczero, PMCZero) (push) Failing after 2s
				
			
		
			
				
	
				Build Nightly / build (ON, 3, -debug.uf2, psxmemcard, PSXMemCard) (push) Failing after 2s
				
			
		
			
				
	
				Build Nightly / build (ON, 3, -debug.uf2, sd2psx, SD2PSX) (push) Failing after 2s
				
			
		
			
				
	
				Build Nightly / build (ON, 3, -debug.uf2, sd2psxlite, SD2PSXlite) (push) Failing after 2s
				
			
		
			
				
	
				Build Nightly / create_release (push) Has been skipped
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Build Nightly / build (OFF, 0, .uf2, pmc+, PMC+) (push) Failing after 2s
				
			Build Nightly / build (OFF, 0, .uf2, pmczero, PMCZero) (push) Failing after 2s
				
			Build Nightly / build (OFF, 0, .uf2, psxmemcard, PSXMemCard) (push) Failing after 2s
				
			Build Nightly / build (OFF, 0, .uf2, sd2psx, SD2PSX) (push) Failing after 2s
				
			Build Nightly / build (OFF, 0, .uf2, sd2psxlite, SD2PSXlite) (push) Failing after 2s
				
			Build Nightly / build (ON, 3, -debug.uf2, pmc+, PMC+) (push) Failing after 2s
				
			Build Nightly / build (ON, 3, -debug.uf2, pmczero, PMCZero) (push) Failing after 2s
				
			Build Nightly / build (ON, 3, -debug.uf2, psxmemcard, PSXMemCard) (push) Failing after 2s
				
			Build Nightly / build (ON, 3, -debug.uf2, sd2psx, SD2PSX) (push) Failing after 2s
				
			Build Nightly / build (ON, 3, -debug.uf2, sd2psxlite, SD2PSXlite) (push) Failing after 2s
				
			Build Nightly / create_release (push) Has been skipped
				
			This commit is contained in:
		@@ -38,7 +38,7 @@ jobs:
 | 
				
			|||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
    - name: Clone Repository
 | 
					    - name: Clone Repository
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        git clone --recursive --depth=1 https://gitea.example.com/user/repo.git .
 | 
					        git clone --recursive --depth=1 https://github.com/sd2psXtd/firmware .
 | 
				
			||||||
        git fetch origin --tags --force
 | 
					        git fetch origin --tags --force
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Set Version
 | 
					    - name: Set Version
 | 
				
			||||||
@@ -73,7 +73,7 @@ jobs:
 | 
				
			|||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
    - name: Download All Artifacts
 | 
					    - name: Download All Artifacts
 | 
				
			||||||
      uses: gitea/actions/download-artifact@v1
 | 
					      uses: gitea/actions/download-artifact@v2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Create Nightly Release
 | 
					    - name: Create Nightly Release
 | 
				
			||||||
      if: "!startsWith(github.ref, 'refs/tags/')"
 | 
					      if: "!startsWith(github.ref, 'refs/tags/')"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user