From 0af17c1f06ce561e35b3f873080f61e542328980 Mon Sep 17 00:00:00 2001 From: jorystewart <37415682+jorystewart@users.noreply.github.com> Date: Tue, 9 Jul 2024 13:58:48 +0000 Subject: [PATCH] Update build-windows.yml --- .github/workflows/build-windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 797ca9e..af07195 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -27,9 +27,9 @@ jobs: - name: restore run: dotnet restore - name: Build Single-File Release - run: MSBuild.exe .\Trashman\trashman.csproj @.\build\win-x64-singlefile.rsp + run: MSBuild.exe .\Trashman\trashman.csproj @build\win-x64-singlefile.rsp - name: Build Single-File Self-Contained - run: MSBuild.exe .\Trashman\trashman.csproj @.\build\win-x64-singlefile-selfcontained.rsp + run: MSBuild.exe .\Trashman\trashman.csproj @build\win-x64-singlefile-selfcontained.rsp - name: Upload win-x64 artifact uses: actions/upload-artifact@v4 with: