Update product.yaml (#1638)

This commit is contained in:
Aiden McClelland
2022-07-13 11:15:45 -06:00
committed by GitHub
parent bbcf2990f6
commit 778471d3cc

View File

@@ -139,4 +139,12 @@ jobs:
key: cache-raspios
- name: Build image
run: "make V=1 eos.img --debug"
run: "make V=1 KEY=X0000000 eos.img --debug"
- name: Compress image
run: "gzip eos.img"
- uses: actions/upload-artifact@v3
with:
name: image
path: eos.img.gz