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 32032c2 commit 95fa366
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit 95fa366

Please sign in to comment.