diff --git a/.github/workflows/build-release.yml b/.github/workflows/release-archive.yml similarity index 98% rename from .github/workflows/build-release.yml rename to .github/workflows/release-archive.yml index 120354b..c0bbc03 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/release-archive.yml @@ -1,4 +1,4 @@ -name: Rust Release +name: Release archive permissions: contents: write @@ -10,7 +10,7 @@ on: workflow_dispatch: inputs: tag: - description: 'Tag to attach assets to (e.g. v1.0.0)' + description: 'Tag to attach assets to (e.g. 1.0.0)' required: false jobs: