Skip to content

Commit

Permalink
Update release workflow to support multiple package formats for build…
Browse files Browse the repository at this point in the history
… provenance
  • Loading branch information
dz0ny committed Dec 10, 2024
1 parent cd2533a commit bb96321
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,7 @@ jobs:
destination-dir: ./
- uses: actions/attest-build-provenance@v1
with:
subject-path: 'dist/pareto-linux_*_linux_*.deb'
subject-path: 'dist/*.deb'
- uses: actions/attest-build-provenance@v1
with:
subject-path: 'dist/*.rpm'

0 comments on commit bb96321

Please sign in to comment.