From 778471d3cc1fe4bc0d8034f1109627f5045c3959 Mon Sep 17 00:00:00 2001 From: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com> Date: Wed, 13 Jul 2022 11:15:45 -0600 Subject: [PATCH] Update product.yaml (#1638) --- .github/workflows/product.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/product.yaml b/.github/workflows/product.yaml index 86ba56c7b..b8c750f85 100644 --- a/.github/workflows/product.yaml +++ b/.github/workflows/product.yaml @@ -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