Commit 4c2b177
authored
ci: attest build for releases (#2341)
This will allow downstream consumers to verify the provenance of release artifacts downstream.
```bash
artifact_path=wasm-tools-1.239.0-aarch64-linux.tar.gz
gh attestation verify "$artifact_path" --repo bytecodealliance/wasm-tools
```1 parent 7eae949 commit 4c2b177
File tree
2 files changed
+8
-0
lines changed- .github
- actions/publish-release
- workflows
2 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
68 | 75 | | |
69 | 76 | | |
70 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments