Skip to content

Commit

Permalink
Fix indentation mismatch in GitHub Actions workflow
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ivandrofly committed Nov 23, 2024
1 parent 559672e commit a9b8cee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a9b8cee

Please sign in to comment.