From 2fb8a52e322d46652d0449b108bf3fc093644f02 Mon Sep 17 00:00:00 2001 From: rei-kes <127288356+rei-kes@users.noreply.github.com> Date: Sat, 25 May 2024 12:51:18 -0400 Subject: [PATCH] Revert "msbuild changes" This reverts commit 5a198bd9877fb475875accbc4ec3e8c3ff847c9f. --- .github/workflows/msbuild.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 1173522..ec7eca2 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -17,10 +17,10 @@ jobs: runs-on: windows-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 - name: Add MSBuild to PATH - uses: microsoft/setup-msbuild@v1.0.2 + uses: microsoft/setup-msbuild@v1.1 - name: Restore NuGet packages working-directory: ${{env.GITHUB_WORKSPACE}} @@ -30,7 +30,7 @@ jobs: working-directory: ${{env.GITHUB_WORKSPACE}} run: msbuild /m /p:Platform=${{env.BUILD_PLATFORM}} /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}} - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v3 with: name: Amalgam path: ${{env.SOLUTION_FILE_PATH}}/output/${{env.BUILD_PLATFORM}}/${{env.BUILD_CONFIGURATION}}/*.dll \ No newline at end of file