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:
3434 dotnet restore
3535 - name : Build
3636 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}} /*"
3939 - name : Publish
4040 uses : softprops/action-gh-release@v2
4141 with :
42- files : " Flow.Launcher.Plugin. KubernetesContextSwitcher.zip "
42+ files : " KubernetesContextSwitcher* "
4343 tag_name : " v${{steps.version.outputs.prop}}"
4444 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