From 6b7b0f653b58b6fa3e7ac64b8b88133287aa31f6 Mon Sep 17 00:00:00 2001 From: Sven Rademakers Date: Tue, 4 Jun 2024 19:44:27 +0100 Subject: [PATCH] CI: archive factory sdcard --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe02e660..6484fd39 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,6 +77,7 @@ jobs: - name: stamp images run: | mkdir artifacts + sudo mv buildroot/output/images/tp2-factory-sdcard.img artifacts/tp2-factory-sdcard-${{ env.BUILD_VERSION }}.img sudo mv buildroot/output/images/tp2-bmc-firmware-sdcard.img artifacts/tp2-firmware-sdcard-${{ env.BUILD_VERSION }}.img sudo mv buildroot/output/images/rootfs.erofs artifacts/tp2-ota-${{ env.BUILD_VERSION }}.tpu