From 563db50f577008424b2c33d50ea8690b8457df0b Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Wed, 3 May 2023 17:00:21 +0200 Subject: [PATCH] ci: do not archive firmware It's not useful, just wastes time/space for nothing. Signed-off-by: Gerard Marull-Paretas --- .github/workflows/build.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4fe2d12..bc76124 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,9 +33,3 @@ jobs: working-directory: example-application run: | west twister -T tests --integration - - - name: Archive firmware - uses: actions/upload-artifact@v3 - with: - name: firmware - path: example-application/build/zephyr/zephyr.*