Skip to content

Commit c2d41f0

Browse files
committed
Update README release notes
1 parent ae9fe36 commit c2d41f0

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,22 @@ This is a part of [Node3D](https://github.com/node-3d) project.
1414
npm install @node-3d/steam-api
1515
```
1616

17+
## Binary Provenance
18+
19+
Release binary archives for this package are published by public GitHub Actions
20+
workflows.
21+
When a release asset includes a GitHub Artifact Attestation, you can verify that
22+
the downloaded archive was published by the visible workflow in this repository:
23+
24+
```console
25+
gh release download <tag> -R node-3d/steam-api -p <platform>.gz
26+
gh attestation verify <platform>.gz -R node-3d/steam-api
27+
```
28+
29+
The attestation links the archive to the repository, workflow, commit, and
30+
release build identity. It does not replace review of the source code, workflow,
31+
or third-party library contents.
32+
1733
Published packages include prebuilt native binaries.
1834
A consumer install doesn't need a compiler or a local Steamworks SDK copy.
1935

0 commit comments

Comments
 (0)