Skip to content

Commit 41aeac6

Browse files
author
Robin Hermann
committed
fix: path for dotnet restore
1 parent 460b5d9 commit 41aeac6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- run: echo ${{steps.version.outputs.prop}}
3232
- name: Restore
3333
run: |
34+
cd Flow.Launcher.Plugin.KubernetesContextSwitcher
3435
dotnet restore
3536
- name: Build
3637
run: |

0 commit comments

Comments
 (0)