Skip to content

Commit

Permalink
Update GitHub Action to include separate upload steps
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ivandrofly committed Nov 23, 2024
1 parent 7f9456d commit b009343
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b009343

Please sign in to comment.