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