Skip to content

Commit a9b8cee

Browse files
committed
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.
1 parent 559672e commit a9b8cee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ jobs:
4848

4949
# Upload plugins/artifacts
5050
- name: Upload HI2UC
51-
- uses: ./.github/workflows/plugin-upload
51+
uses: ./.github/workflows/plugin-upload
5252
with:
5353
file-name: HI2UC
5454

5555
- name: Upload HIColorer
56-
- uses: ./.github/plugin-update
56+
uses: ./.github/plugin-update
5757
with:
5858
file-name: HIColorer

0 commit comments

Comments
 (0)