Skip to content

Commit c6b2ed8

Browse files
committed
Check build dir to see if anything exists
1 parent aa5f3ff commit c6b2ed8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/odbc.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,15 @@ jobs:
6969
cd D:\a\warpdrive\warpdrive
7070
.\build_win64.bat
7171
72+
- name: List contents of release/ and release/Release/
73+
shell: cmd
74+
run: |
75+
echo Checking release/ directory...
76+
dir /s D:\a\warpdrive\warpdrive\build\release\ || echo release/ directory not found!
77+
78+
echo Checking release/Release/ directory...
79+
dir /s D:\a\warpdrive\warpdrive\build\release\Release\ || echo release/Release/ directory not found!
80+
7281
- name: Upload ODBC Driver
7382
uses: actions/upload-artifact@v4
7483
with:

0 commit comments

Comments
 (0)