From 285df85cd6d7e0ef7be69a896d85014f7351aa70 Mon Sep 17 00:00:00 2001 From: unclshura Date: Sat, 16 May 2026 19:23:33 +0100 Subject: [PATCH] Restore with runtime specified. --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: