upload artifact
Some checks failed
Build ISO / Build ISO (nightly-2025-04-27) (push) Failing after 1m11s
Some checks failed
Build ISO / Build ISO (nightly-2025-04-27) (push) Failing after 1m11s
This commit is contained in:
@ -44,3 +44,9 @@ jobs:
|
|||||||
working-directory: nel_os_bootloader
|
working-directory: nel_os_bootloader
|
||||||
run: bash ./create-iso.sh ./target/x86_64-unknown-uefi/release/nel_os_bootloader.elf
|
run: bash ./create-iso.sh ./target/x86_64-unknown-uefi/release/nel_os_bootloader.elf
|
||||||
|
|
||||||
|
- name: Upload ISO artifact
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: nel_os.iso
|
||||||
|
path: nel_os_bootloader/nel_os.iso
|
||||||
|
if-no-files-found: error
|
||||||
|
Reference in New Issue
Block a user