Skip to content

Commit 07b32c0

Browse files
committed
Update README formatting and binary origin docs
1 parent c2d41f0 commit 07b32c0

1 file changed

Lines changed: 7 additions & 10 deletions

File tree

README.md

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

17-
## Binary Provenance
17+
## Binary Origin
1818

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:
19+
Release archives are built by this repository's public GitHub Actions workflows.
2320

24-
```console
21+
Attestations: https://github.com/node-3d/steam-api/attestations
22+
23+
To verify a downloaded archive:
24+
25+
```bash
2526
gh release download <tag> -R node-3d/steam-api -p <platform>.gz
2627
gh attestation verify <platform>.gz -R node-3d/steam-api
2728
```
2829

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-
3330
Published packages include prebuilt native binaries.
3431
A consumer install doesn't need a compiler or a local Steamworks SDK copy.
3532

0 commit comments

Comments
 (0)