Skip to content

Commit

Permalink
Try github attestations
Browse files Browse the repository at this point in the history
  • Loading branch information
Alasdair committed Aug 29, 2024
1 parent 06e1788 commit 3b8e245
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Release tarball

on: [workflow_dispatch]

permissions:
id-token: write
attestations: write

env:
OPAMVERBOSE: 1

Expand Down Expand Up @@ -109,6 +113,10 @@ jobs:
eval $(opam env)
make tarball TARBALL_EXTRA_BIN=$(which z3)
- uses: actions/attest-build-provenance@v1
with:
subject-path: _build/sail.tar.gz

- name: Upload tarball
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 3b8e245

Please sign in to comment.