what if we just hardcode the path or something funny

This commit is contained in:
Dexrn ZacAttack
2025-01-11 21:59:39 -08:00
committed by GitHub
parent 622ab6a104
commit 929e556182

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 WinDurango-DEBUG.zip /x64/Debug/*.dll /x64/Debug/*.pdb
run: 7z a -tzip WinDurango-DEBUG.zip D:\a\WinDurango\x64\Debug\*.dll D:\a\WinDurango\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