aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarvin Borner2020-11-18 22:46:01 +0100
committerMarvin Borner2020-11-18 22:46:01 +0100
commitd6aecbc4e819b138abefbfb9df76fdc642a3acda (patch)
tree43ec9749a3913613f52112a3c7a8786677908e53 /.github
parentbe1fa7dfe5d98cf636b8f54ea80152f47006203b (diff)
Added artifact uploading
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c844724..a33d62b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -25,3 +25,8 @@ jobs:
run: sh run build -y
- name: Test everything
run: sh run test -y
+ - name: Upload as artifact
+ uses: actions/upload-artifact@v2
+ with:
+ name: disk-img
+ path: build/disk.img