Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit af9a308

Browse files
authored
fix: remove typo in the plugin distribution path (#77)
2 parents eda779d + 336ad7a commit af9a308

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/plugin-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,5 @@ jobs:
110110
</details>
111111
prerelease: false
112112
draft: false
113-
files: build/distributions/${{ env.PLUGIN_NAME }}*.zip
113+
files: build/distributions/${{ env.PLUGIN_NAME }}.zip
114114
generate_release_notes: true

0 commit comments

Comments
 (0)