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:
parent
dba8ab208c
commit
e62b49ec9f
@ -38,7 +38,7 @@ jobs:
|
||||
steps:
|
||||
- name: Clone Repository
|
||||
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
|
||||
|
||||
- name: Set Version
|
||||
@ -73,7 +73,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Download All Artifacts
|
||||
uses: gitea/actions/download-artifact@v1
|
||||
uses: gitea/actions/download-artifact@v2
|
||||
|
||||
- name: Create Nightly Release
|
||||
if: "!startsWith(github.ref, 'refs/tags/')"
|
||||
|
Loading…
x
Reference in New Issue
Block a user