From 598c13e2c42156e909361529bc773c3d94ef6045 Mon Sep 17 00:00:00 2001 From: ading2210 Date: Fri, 26 Jan 2024 00:05:15 -0800 Subject: [PATCH] don't compress artifacts twice --- .github/workflows/build-image.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index 516b898..efd812d 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -20,8 +20,8 @@ jobs: uses: actions/upload-artifact@v4 with: name: shimboot_${{ matrix.board }} - path: data/shimboot_${{ matrix.board }}.zip - compression-level: 0 + path: data/shimboot_${{ matrix.board }}.bin + compression-level: 9 - name: create release uses: softprops/action-gh-release@v1