From 9266cb10c830cea425ba5817db67284e870f55f2 Mon Sep 17 00:00:00 2001 From: Hydrus Network Developer Date: Mon, 8 Jan 2024 16:06:36 -0600 Subject: [PATCH] Naming the scripts better More work to do in future, but a good step forward. --- .github/workflows/release_linux.yml | 2 +- .github/workflows/release_macos.yml | 2 +- .github/workflows/release_win.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release_linux.yml b/.github/workflows/release_linux.yml index 37e73110..61d08a28 100644 --- a/.github/workflows/release_linux.yml +++ b/.github/workflows/release_linux.yml @@ -1,4 +1,4 @@ -name: Release +name: Release-Linux on: push: tags: diff --git a/.github/workflows/release_macos.yml b/.github/workflows/release_macos.yml index 4f1f8f75..1cdcaf0c 100644 --- a/.github/workflows/release_macos.yml +++ b/.github/workflows/release_macos.yml @@ -1,4 +1,4 @@ -name: Release +name: Release-macOS on: push: tags: diff --git a/.github/workflows/release_win.yml b/.github/workflows/release_win.yml index 3fbafc3b..adc7fdcd 100644 --- a/.github/workflows/release_win.yml +++ b/.github/workflows/release_win.yml @@ -1,4 +1,4 @@ -name: Release +name: Release-Win on: push: tags: