From e2a2c45313546c0ddf4b312c5245e28536b3db93 Mon Sep 17 00:00:00 2001 From: Syping Date: Wed, 15 Oct 2025 17:46:53 +0200 Subject: [PATCH] libragephoto: update .NET version to 0.6.1.4 - GitHub Actions: fix Windows .NET build (3rd try) --- .github/workflows/windows-dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-dotnet.yml b/.github/workflows/windows-dotnet.yml index 8da5d84..72cb53a 100644 --- a/.github/workflows/windows-dotnet.yml +++ b/.github/workflows/windows-dotnet.yml @@ -69,7 +69,7 @@ jobs: with: dotnet-version: 8.0.x - name: Build Syping.RagePhoto.Core - run: msbuild ${{github.workspace}}\src\dotnet\Syping.RagePhoto.Core.csproj /t:pack /p:Configuration=${{env.BUILD_TYPE}} + run: msbuild ${{github.workspace}}\src\dotnet\Syping.RagePhoto.Core.csproj /t:restore /t:pack /p:Configuration=${{env.BUILD_TYPE}} - name: Upload uses: actions/upload-artifact@v4 with: