From f5e3072c85701bc0a73461adcb349eed64c28376 Mon Sep 17 00:00:00 2001 From: Peter Siegmund Date: Mon, 6 May 2024 22:33:37 +0200 Subject: [PATCH] save artifacts Signed-off-by: Peter Siegmund --- .github/workflows/esp32_build.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/esp32_build.yml b/.github/workflows/esp32_build.yml index a11cd05..6db6654 100644 --- a/.github/workflows/esp32_build.yml +++ b/.github/workflows/esp32_build.yml @@ -1,4 +1,4 @@ -name: Thomas the tank engine - Build +name: Thomas the tank engine - Build and Artifact the ESP-IDF Project on: push: @@ -18,3 +18,11 @@ jobs: with: esp_idf_version: v5.2 target: esp32s3 + - name: Archive build output artifacts + uses: actions/upload-artifact@v4 + with: + name: build + path: | + build/bootloader/bootloader.bin + build/partition_table/partition-table.bin + build/${{ github.event.repository.name }}.bin