From 6f9150c1286d7bc954758d5b081c6fe8d4d7d9ed Mon Sep 17 00:00:00 2001 From: Michael Sherman Date: Tue, 10 Sep 2024 17:48:38 +0000 Subject: [PATCH] upload built images --- .github/workflows/ci.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb3f040..9dbf4fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,4 +21,15 @@ jobs: - name: build ipa agent run: | ./run_build.sh - + - name: upload built images + id: artifact-upload + uses: actions/upload-artifact@v4 + with: + name: ipa-debian12-2023.1 + compression-level: 0 # initramfs is already compressed + path: | + output/ipa-debian12-2023.1.d/dib-manifests/ + output/ipa-debian12-2023.1.initramfs + output/ipa-debian12-2023.1.kernel + - name: Output artifact info + run: echo 'Artifact info is ${{ steps.artifact-upload.outputs }}'