Skip to content

Commit 3d58ffc

Browse files
committed
Update plugin upload path in workflow
Changed the path used to upload the HIColorer plugin in the GitHub Actions workflow. It now correctly points to the plugin-upload directory instead of the plugin-update directory.
1 parent a9b8cee commit 3d58ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ jobs:
5353
file-name: HI2UC
5454

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

0 commit comments

Comments
 (0)