File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 " steps " :
2828 - " uses " : " actions/checkout@main"
2929 - " run " : " cmd.exe /c .github\\ workflows\\ build_run_win_32_debug.bat"
30+ - name : List build output
31+ shell : pwsh
32+ run : |
33+ Get-ChildItem -Recurse build | Select-Object FullName
3034 - name : Rename binary with commit info
3135 shell : pwsh
3236 run : |
4347 " steps " :
4448 - " uses " : " actions/checkout@main"
4549 - " run " : " cmd.exe /c .github\\ workflows\\ build_run_win_32_release.bat"
50+ - name : List build output
51+ shell : pwsh
52+ run : |
53+ Get-ChildItem -Recurse build | Select-Object FullName
4654 - name : Rename binary with commit info
4755 shell : pwsh
4856 run : |
5967 " steps " :
6068 - " uses " : " actions/checkout@main"
6169 - " run " : " cmd.exe /c .github\\ workflows\\ build_run_win_64_release.bat"
70+ - name : List build output
71+ shell : pwsh
72+ run : |
73+ Get-ChildItem -Recurse build | Select-Object FullName
6274 - name : Rename binary with commit info
6375 shell : pwsh
6476 run : |
You can’t perform that action at this time.
0 commit comments