From a9b8cee07debbedfefc15a09d658fdbeeb35b6d4 Mon Sep 17 00:00:00 2001 From: Ivandro Jao Date: Sat, 23 Nov 2024 19:20:55 +0000 Subject: [PATCH] Fix indentation mismatch in GitHub Actions workflow Corrected the indentation under the 'Upload HI2UC' and 'Upload HIColorer' steps to ensure the workflow executes correctly. Indentation consistency is crucial for proper parsing of the YAML file in GitHub Actions. --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f95e549..0a45648 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,11 +48,11 @@ jobs: # Upload plugins/artifacts - name: Upload HI2UC - - uses: ./.github/workflows/plugin-upload + uses: ./.github/workflows/plugin-upload with: file-name: HI2UC - name: Upload HIColorer - - uses: ./.github/plugin-update + uses: ./.github/plugin-update with: file-name: HIColorer \ No newline at end of file