From 95fa366034252c9c18ed94e0b8ec9841c5caee12 Mon Sep 17 00:00:00 2001 From: Ludy87 Date: Fri, 17 Jan 2025 17:14:55 +0100 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e57f23e..abb5fa5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -132,10 +132,19 @@ jobs: name: xplora_watch-signed path: | xplora_watch.zip - xplora_watch.zip.* + xplora_watch.zip.intoto.jsonl + xplora_watch.zip.sig !cosign.* - - name: Create Release + - name: Download signed artifacts + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + with: + name: xplora_watch-signed + + - name: Display structure of downloaded files + run: ls -R + + - name: Upload binaries, attestations and signatures to Release and create GitHub Release if: steps.checkTag.outputs.exists == 'false' uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1 with: @@ -145,3 +154,7 @@ jobs: prerelease: false token: ${{ secrets.GITHUB_TOKEN }} generate_release_notes: true + files: | + xplora_watch.zip + xplora_watch.zip.intoto.jsonl + xplora_watch.zip.sig