Update msbuild.yml

This commit is contained in:
Tyler Jaacks
2025-01-11 23:37:46 -06:00
committed by GitHub
parent 684e0f17c4
commit 259f7de9dd

View File

@@ -60,7 +60,7 @@ jobs:
run: msbuild /m /p:Configuration=Debug /property:Platform=x64 ${{env.SOLUTION_FILE_PATH}}
- name: Create zip of build artifacts
run: 7z a -tzip ${{env.GITHUB_WORKSPACE}}/x64/Debug/BuildArtifacts.zip ${{env.GITHUB_WORKSPACE}}/x64/Debug/*.dll ${{env.GITHUB_WORKSPACE}}/x64/Debug/*.pdb
run: 7z a -tzip ${{env.GITHUB_WORKSPACE}}/x64/Debug/WinDurango-DEBUG.zip ${{env.GITHUB_WORKSPACE}}/x64/Debug/*.dll ${{env.GITHUB_WORKSPACE}}/x64/Debug/*.pdb
- name: Upload build artifacts
uses: actions/upload-artifact@v3