There was an error while loading. Please reload this page.
1 parent ce1afb5 commit 38c7aa9Copy full SHA for 38c7aa9
1 file changed
.github/workflows/publish.yml
@@ -37,6 +37,12 @@ jobs:
37
- name: Perform npm tasks
38
run: npm run ci
39
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
+
46
# Finally, create a detached commit containing the built artifacts and tag
47
# it with the release. Note: the fact that the branch is locally updated
48
# will not be relayed (pushed) to origin
0 commit comments