write image to sparse-aware archive format (#1709)

This commit is contained in:
Aiden McClelland
2022-08-01 15:39:36 -06:00
committed by GitHub
parent 365952bbe9
commit 8207770369
3 changed files with 9 additions and 6 deletions

View File

@@ -147,9 +147,9 @@ jobs:
run: "make V=1 NO_KEY=1 eos.img --debug"
- name: Compress image
run: "gzip eos.img"
run: "make gzip"
- uses: actions/upload-artifact@v3
with:
name: image
path: eos.img.gz
path: eos.tar.gz