Skip to content

Commit

Permalink
Update plugin upload path in workflow
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ivandrofly committed Nov 23, 2024
1 parent a9b8cee commit 3d58ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
file-name: HI2UC

- name: Upload HIColorer
uses: ./.github/plugin-update
uses: ./.github/workflows/plugin-upload
with:
file-name: HIColorer

0 comments on commit 3d58ffc

Please sign in to comment.