We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532f865 commit 0b58a2cCopy full SHA for 0b58a2c
.github/workflows/publish.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Publish
41
uses: softprops/action-gh-release@v2
42
with:
43
- files: "Flow.Launcher.Plugin.KubernetesContextSwitcher.zip"
+ files: "Flow.Launcher.Plugin.KubernetesContextSwitcher/Flow.Launcher.Plugin.KubernetesContextSwitcher.zip"
44
tag_name: "v${{steps.version.outputs.prop}}"
45
env:
46
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments