Skip to content

Commit fb0a847

Browse files
author
David Buzinski
committed
add attestations
1 parent 16e9f86 commit fb0a847

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ jobs:
3737
- name: Perform npm tasks
3838
run: npm run ci
3939

40+
# Generate signed attestations for workflow artifacts
41+
- name: Attest build provenance
42+
uses: actions/attest@v4
43+
with:
44+
subject-path: dist/bin/**/run-matlab-command*
45+
4046
# Finally, create a detached commit containing the built artifacts and tag
4147
# it with the release. Note: the fact that the branch is locally updated
4248
# will not be relayed (pushed) to origin

0 commit comments

Comments
 (0)