Update .gitea/workflows/build-iso.yml
Some checks failed
Build ISO and Upload Artifact / build-and-upload (push) Failing after 1m44s
Some checks failed
Build ISO and Upload Artifact / build-and-upload (push) Failing after 1m44s
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
||||
|
||||
- name: Clone edk2
|
||||
run: |
|
||||
git clone --recursive https://github.com/tianocore/edk2.git ./edk2
|
||||
git clone https://github.com/tianocore/edk2.git ./edk2
|
||||
|
||||
- name: Make scripts executable
|
||||
run: chmod +x ./scripts/build_c.sh ./scripts/out_to_iso.sh
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
run: ./scripts/out_to_iso.sh
|
||||
|
||||
- name: Upload ISO artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: christopherhx/gitea-upload-artifact@v4
|
||||
with:
|
||||
name: built-iso
|
||||
path: out/lints.iso
|
||||
path: ./out/lints.iso
|
||||
|
||||
Reference in New Issue
Block a user