From b0093439176d484946f1a85fd8ab10189dd98891 Mon Sep 17 00:00:00 2001 From: Ivandro Jao Date: Sat, 23 Nov 2024 19:18:52 +0000 Subject: [PATCH] Update GitHub Action to include separate upload steps Renamed and split the plugin upload steps in the workflow for better clarity and organization. Added specific names for each upload action, differentiating between HI2UC and HIColorer uploads. --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3a54102..f95e549 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -47,10 +47,12 @@ jobs: run: source\zip-plugin-files.ps1 # Upload plugins/artifacts - - uses: ./.github/plugin-update + - name: Upload HI2UC + - uses: ./.github/workflows/plugin-upload with: file-name: HI2UC + - name: Upload HIColorer - uses: ./.github/plugin-update with: file-name: HIColorer \ No newline at end of file