diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2a4b6f6..634c7da 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: dotnet-version: 10.0.x - name: Restore - run: dotnet restore + run: dotnet restore -r win-x64 - name: Build Release env: