mirror of
https://github.com/WinDurango/WinDurango.git
synced 2026-01-06 11:19:42 -06:00
what if we just hardcode the path or something funny
This commit is contained in:
2
.github/workflows/msbuild.yml
vendored
2
.github/workflows/msbuild.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user