Skip to content

Commit 1df46d0

Browse files
committed
Build zip to debug
1 parent 77fb0b6 commit 1df46d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/odbc.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ jobs:
6969
cd D:\a\warpdrive\warpdrive
7070
.\build_win64.bat
7171
72+
# TODO: REMOVE
73+
- name: Build zip file
74+
run: |
75+
Compress-Archive -Path D:\a\warpdrive\warpdrive\build\ -DestinationPath D:\a\warpdrive\warpdrive\build.zip
76+
7277
- name: Upload ODBC Driver
7378
uses: actions/upload-artifact@v4
7479
with:

0 commit comments

Comments
 (0)