Update .gitea/workflows/build-iso.yml
Some checks failed
Build ISO and Upload Artifact / build-and-upload (push) Failing after 1m44s

This commit is contained in:
2025-11-29 21:08:54 +01:00
parent a4e4367422
commit b3e0c5d65e

View File

@@ -22,7 +22,7 @@ jobs:
- name: Clone edk2 - name: Clone edk2
run: | run: |
git clone --recursive https://github.com/tianocore/edk2.git ./edk2 git clone https://github.com/tianocore/edk2.git ./edk2
- name: Make scripts executable - name: Make scripts executable
run: chmod +x ./scripts/build_c.sh ./scripts/out_to_iso.sh run: chmod +x ./scripts/build_c.sh ./scripts/out_to_iso.sh
@@ -34,7 +34,7 @@ jobs:
run: ./scripts/out_to_iso.sh run: ./scripts/out_to_iso.sh
- name: Upload ISO artifact - name: Upload ISO artifact
uses: actions/upload-artifact@v4 uses: christopherhx/gitea-upload-artifact@v4
with: with:
name: built-iso name: built-iso
path: out/lints.iso path: ./out/lints.iso