Skip to content

Commit 3204481

Browse files
author
Robin Hermann
committed
fix: pipeline
1 parent b9fe62f commit 3204481

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
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build
3232
run: |
3333
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/*"
34+
7z a -tzip "Flow.Launcher.Plugin.KubernetesContextSwitcher.zip" "./bin/net7.0-windows7.0/Release/win-x64/publish/*"
3535
- name: Publish
3636
uses: softprops/action-gh-release@v2
3737
with:

0 commit comments

Comments
 (0)