diff options
| -rw-r--r-- | .github/workflows/windows.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index ca42169..6ae6271 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -18,7 +18,7 @@ jobs: dotnet-version: '8.x' - name: Restore dependencies - run: dotnet restore + run: dotnet restore hypr-wellbeing-windows.csproj - name: Build project run: dotnet publish hypr-wellbeing-windows.csproj |
