aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMarvin Borner2020-11-18 22:52:38 +0100
committerMarvin Borner2020-11-18 22:52:38 +0100
commit2856c741f1e8b642658d12abc8153132dd1de67e (patch)
treed9232578e5b3d21442c7e4207bdd3c7de0b98b27 /.github/workflows
parentd6aecbc4e819b138abefbfb9df76fdc642a3acda (diff)
Fixed artifact uploading
I've uploaded the testing version before...
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a33d62b..8a37da0 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -23,10 +23,10 @@ jobs:
run: sh run cross -y
- name: Build
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
+ - name: Test everything
+ run: sh run test -y