Skip to content

Commit a2833e8

Browse files
committed
Upload build folder
Signed-off-by: Guian Gumpac <guian.gumpac@improving.com>
1 parent 8b91fd3 commit a2833e8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/odbc.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,16 @@ jobs:
8282
cd D:\a\wd\warpdrive
8383
.\build_win64.bat
8484
85+
- name: Build zip file
86+
run: |
87+
Compress-Archive -Path D:\a\wd\warpdrive\build\ -DestinationPath D:\a\wd\warpdrive\build.zip
88+
89+
- name: Upload build directory
90+
uses: actions/upload-artifact@v4
91+
with:
92+
name: build.zip
93+
path: 'D:\a\wd\warpdrive\build.zip'
94+
8595
# TODO: add name and path to driver
8696
# - name: Upload ODBC Driver
8797
# uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)