Skip to content

Commit 0b58a2c

Browse files
author
Robin Hermann
committed
fix: path to zip
1 parent 532f865 commit 0b58a2c

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
@@ -40,7 +40,7 @@ jobs:
4040
- name: Publish
4141
uses: softprops/action-gh-release@v2
4242
with:
43-
files: "Flow.Launcher.Plugin.KubernetesContextSwitcher.zip"
43+
files: "Flow.Launcher.Plugin.KubernetesContextSwitcher/Flow.Launcher.Plugin.KubernetesContextSwitcher.zip"
4444
tag_name: "v${{steps.version.outputs.prop}}"
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)