From 42ab513ad9c44883923f626ad1a75ec7fe62f37c Mon Sep 17 00:00:00 2001 From: arabian <55220741+arabianq@users.noreply.github.com> Date: Fri, 26 Sep 2025 01:10:35 +0300 Subject: [PATCH] Update and rename build-release.yml to release-archive.yml --- .github/workflows/{build-release.yml => release-archive.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{build-release.yml => release-archive.yml} (98%) 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: