Update name of "Build binary" job to highlight that these are the "release" binaries (#10990)

I found this confusing since we have `build binary` jobs in regular CI
This commit is contained in:
Zanie Blue 2025-01-27 11:48:38 -06:00 committed by GitHub
parent ad60f8da77
commit e8d50153d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#
# Assumed to run as a subworkflow of .github/workflows/release.yml; specifically, as a local
# artifacts job within `cargo-dist`.
name: "Build binaries"
name: "Build release binaries"
on:
workflow_call: