File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ jobs:
34
34
dotnet restore
35
35
- name : Build
36
36
run : |
37
- dotnet publish -c Release -r win-x64 --no-self-contained Flow.Launcher.Plugin.KubernetesContextSwitcher.csproj
38
- 7z a -tzip "Flow.Launcher.Plugin.KubernetesContextSwitcher .zip" "./bin/Release/net7.0-windows7.0/win-x64/publish /*"
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}} /*"
39
39
- name : Publish
40
40
uses : softprops/action-gh-release@v2
41
41
with :
42
- files : " Flow.Launcher.Plugin. KubernetesContextSwitcher.zip "
42
+ files : " KubernetesContextSwitcher* "
43
43
tag_name : " v${{steps.version.outputs.prop}}"
44
44
env :
45
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
45
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments