Skip to content

Commit f54c191

Browse files
committed
Fix publish workflow
1 parent 4633878 commit f54c191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ jobs:
5353
- name: Publish
5454
uses: softprops/action-gh-release@v2
5555
with:
56-
files: ContextMenuManager\bin\Publish\ContextMenuManager.exe
56+
files: ContextMenuManager.exe
5757
tag_name: "${{ env.release_version }}"

0 commit comments

Comments
 (0)