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 b9fe62f commit 3204481Copy full SHA for 3204481
.github/workflows/publish.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Build
32
run: |
33
dotnet publish -c Release -r win-x64 --no-self-contained Flow.Launcher.Plugin.KubernetesContextSwitcher.csproj
34
- 7z a -tzip "Flow.Launcher.Plugin.KubernetesContextSwitcher.zip" "./bin/Release/win-x64/publish/*"
+ 7z a -tzip "Flow.Launcher.Plugin.KubernetesContextSwitcher.zip" "./bin/net7.0-windows7.0/Release/win-x64/publish/*"
35
- name: Publish
36
uses: softprops/action-gh-release@v2
37
with:
0 commit comments