Skip to content

Commit 35fc985

Browse files
committed
Copy cacert.pem
1 parent d01b08d commit 35fc985

File tree

2 files changed

+3612
-11
lines changed

2 files changed

+3612
-11
lines changed

.github/workflows/odbc.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -69,22 +69,12 @@ 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-
77-
- name: Upload build directory
78-
uses: actions/upload-artifact@v4
79-
with:
80-
name: build.zip
81-
path: 'D:\a\warpdrive\warpdrive\build.zip'
8272
8373
- name: Upload ODBC Driver
8474
uses: actions/upload-artifact@v4
8575
with:
8676
name: dbtlabs-flight-sql-odbc-driver
8777
path: |
8878
D:/a/warpdrive/warpdrive/build/release/Release/*.dll
89-
D:/a/warpdrive/warpdrive/build/release/Release/cacerts.pem
79+
D:/a/warpdrive/warpdrive/cacert.pem
9080

0 commit comments

Comments
 (0)