Skip to content

Commit 3c32a2c

Browse files
davidbuzinskiDavid Buzinski
andauthored
Add attestations (#95)
* add attestations * update comments --------- Co-authored-by: David Buzinski <davidb@d13-dev.dhcp.mathworks.com>
1 parent 7cff677 commit 3c32a2c

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/publish.yml

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

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

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)