Skip to content

Commit

Permalink
feat(attest): add attestatio provenance to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm committed Sep 30, 2024
1 parent cec050f commit bc4d76b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/tauri-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,13 @@ jobs:
releaseDraft: false
prerelease: false
tauriScript: cargo --locked auditable tauri

- name: Attest build provenance
uses: actions/attest-build-provenance@v1.4.3
with:
subject-path: |
target/release/bundle/nsis/*
target/release/bundle/macos/*.tar.gz*
target/release/bundle/dmg/*.dmg
target/release/bundle/appimage/*.AppImage.*
target/release/bundle/deb/*.deb

0 comments on commit bc4d76b

Please sign in to comment.