Skip to content

Commit 5d7dc47

Browse files
author
Robin Hermann
committed
fix: change structure & cleanup
1 parent b2a4dee commit 5d7dc47

File tree

7 files changed

+4
-291
lines changed

7 files changed

+4
-291
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,13 @@ jobs:
3434
dotnet restore
3535
- name: Build
3636
run: |
37-
dotnet publish -c Release -r win-x64 Flow.Launcher.Plugin.KubernetesContextSwitcher.csproj -o "KubernetesContextSwitcher-${{steps.version.outputs.prop}}"
38-
7z a -tzip "KubernetesContextSwitcher-${{steps.version.outputs.prop}}.zip" "./KubernetesContextSwitcher-${{steps.version.outputs.prop}}/*"
37+
cd Flow.Launcher.Plugin.KubernetesContextSwitcher
38+
dotnet publish -c Release -r win-x64 --no-self-contained Flow.Launcher.Plugin.KubernetesContextSwitcher.csproj
39+
7z a -tzip "Flow.Launcher.Plugin.KubernetesContextSwitcher.zip" "./bin/Release/win-x64/publish/*"
3940
- name: Publish
4041
uses: softprops/action-gh-release@v2
4142
with:
42-
files: "KubernetesContextSwitcher*"
43+
files: "Flow.Launcher.Plugin.KubernetesContextSwitcher.zip"
4344
tag_name: "v${{steps.version.outputs.prop}}"
4445
env:
4546
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Flow.Launcher.Plugin.KubernetesContextSwitcher.csproj

Lines changed: 0 additions & 19 deletions
This file was deleted.

Images/error.png

-73.3 KB
Binary file not shown.

Images/k8s.png

-73.3 KB
Binary file not shown.

Main.cs

Lines changed: 0 additions & 219 deletions
This file was deleted.

build.bat

Lines changed: 0 additions & 37 deletions
This file was deleted.

plugin.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)