CI: Upload built ISOs
Some checks failed
Build and test / build (push) Failing after 0s

This commit is contained in:
apio 2024-09-01 14:11:54 +02:00
parent 7c0ff8c75a
commit b24aa1821c
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -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