aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarvin Borner2020-11-20 23:05:48 +0100
committerMarvin Borner2020-11-20 23:05:48 +0100
commit104ef07b7ed5dfaa38de987f5bdaba29042ac67b (patch)
tree39595ff8e2609d2b1467b2e7d09095ce388bd4dd /.github
parentcbdf41189c4627fbea719e96b93e2237f38ef5de (diff)
Added disk creation
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8a37da0..fa885f6 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -21,6 +21,8 @@ jobs:
- name: Build cross compiler
if: steps.cache-cross.outputs.cache-hit != 'true'
run: sh run cross -y
+ - name: Create disk image
+ run: sh run disk -y
- name: Build
run: sh run build -y
- name: Upload as artifact