From 26688dd7f662f0200136ba9de9876ae0afad2f14 Mon Sep 17 00:00:00 2001 From: Ludy87 Date: Fri, 17 Jan 2025 17:29:24 +0100 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2d94fec..77108ba 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -121,9 +121,11 @@ jobs: ./xplora_watch.zip - name: Display structure of downloaded files + if: steps.checkTag.outputs.exists == 'false' run: ls -R - name: Upload signed artifacts + if: steps.checkTag.outputs.exists == 'false' uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: retention-days: 1 @@ -136,11 +138,13 @@ jobs: !cosign.* - name: Download signed artifacts + if: steps.checkTag.outputs.exists == 'false' uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: xplora_watch-signed - name: Display structure of downloaded files + if: steps.checkTag.outputs.exists == 'false' run: ls -R - name: Upload binaries, attestations and signatures to Release and create GitHub Release