From d38a6073d140184b114fb4769445991bf20baf0d Mon Sep 17 00:00:00 2001 From: Emily Albini Date: Mon, 20 Oct 2025 17:17:37 +0200 Subject: [PATCH] fix path of the file to attest --- .github/workflows/build-boards.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-boards.yml b/.github/workflows/build-boards.yml index 58f642a87..00a4575e5 100644 --- a/.github/workflows/build-boards.yml +++ b/.github/workflows/build-boards.yml @@ -137,7 +137,7 @@ jobs: uses: actions/attest-build-provenance@v1 if: inputs.attest with: - subject-path: target/${{ matrix.app_name }}-image-*.zip + subject-path: target/${{ matrix.app_name }}/dist/build-${{ matrix.app_name }}-image-*.zip - name: Upload build archive uses: actions/upload-artifact@v4