Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludy87 committed Jan 17, 2025
1 parent eb69d98 commit 26688dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 26688dd

Please sign in to comment.