ci: smoke test release archives
This commit is contained in:
parent
8e3b45db1b
commit
89b39ee2aa
5 changed files with 245 additions and 6 deletions
|
|
@ -648,8 +648,9 @@ GitHub Actions workflows live under `.github/workflows/`:
|
|||
- `codeql.yml` builds the Rust workspace for GitHub CodeQL analysis.
|
||||
- `dependency-review.yml` blocks pull requests that introduce vulnerable
|
||||
dependency changes at moderate severity or higher.
|
||||
- `release.yml` builds release archives for Linux, macOS, and Windows, uploads
|
||||
them as artifacts, and publishes them on `v*` tags or manual dispatch.
|
||||
- `release.yml` builds release archives for Linux, macOS, and Windows, includes
|
||||
README/docs/license files, smoke-tests the packaged binary from the archive,
|
||||
uploads artifacts, and publishes them on `v*` tags or manual dispatch.
|
||||
- `.github/dependabot.yml` opens weekly Cargo and GitHub Actions update PRs.
|
||||
|
||||
Local equivalents remain:
|
||||
|
|
|
|||
Loading…
Reference in a new issue