Skip to content

Commit b009343

Browse files
committed
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.
1 parent 7f9456d commit b009343

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,12 @@ jobs:
4747
run: source\zip-plugin-files.ps1
4848

4949
# Upload plugins/artifacts
50-
- uses: ./.github/plugin-update
50+
- name: Upload HI2UC
51+
- uses: ./.github/workflows/plugin-upload
5152
with:
5253
file-name: HI2UC
5354

55+
- name: Upload HIColorer
5456
- uses: ./.github/plugin-update
5557
with:
5658
file-name: HIColorer

0 commit comments

Comments
 (0)