From 79a4c13dc38fde0c7788a36b52fc6d4aa21cbd26 Mon Sep 17 00:00:00 2001 From: Roman Shapiro Date: Mon, 23 Oct 2023 17:41:32 +0700 Subject: [PATCH] Script fix --- ...lish-release-without-nuget.yml => release-without-nuget.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{build-and-publish-release-without-nuget.yml => release-without-nuget.yml} (97%) diff --git a/.github/workflows/build-and-publish-release-without-nuget.yml b/.github/workflows/release-without-nuget.yml similarity index 97% rename from .github/workflows/build-and-publish-release-without-nuget.yml rename to .github/workflows/release-without-nuget.yml index 9392cf6b..b8f3f079 100644 --- a/.github/workflows/build-and-publish-release-without-nuget.yml +++ b/.github/workflows/release-without-nuget.yml @@ -1,4 +1,4 @@ -name: Build & Publish Release Without Nuget +name: Release Without Nuget on: [workflow_dispatch]