This commit is contained in:
parent
7c0ff8c75a
commit
b24aa1821c
@ -19,3 +19,9 @@ jobs:
|
|||||||
rm ci-toolchain-arm64.tar.gz
|
rm ci-toolchain-arm64.tar.gz
|
||||||
- name: Build and run tests
|
- name: Build and run tests
|
||||||
run: tools/run-tests.sh
|
run: tools/run-tests.sh
|
||||||
|
- name: Upload artifact
|
||||||
|
- uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: nightly-iso
|
||||||
|
path: Luna.iso
|
||||||
|
if-no-files-found: error
|
||||||
|
Loading…
Reference in New Issue
Block a user