Skip to content

Commit 2789a37

Browse files
committed
artifact rename fix
1 parent 519859b commit 2789a37

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/windows.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
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: |
@@ -43,6 +47,10 @@
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: |
@@ -59,6 +67,10 @@
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: |

0 commit comments

Comments
 (0)