Skip to content

Commit 77fb0b6

Browse files
committed
Add cacerts.pem file
1 parent 55f18e5 commit 77fb0b6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/odbc.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,7 @@ jobs:
7373
uses: actions/upload-artifact@v4
7474
with:
7575
name: dbtlabs-flight-sql-odbc-driver
76-
path: D:/a/warpdrive/warpdrive/build/release/Release/*.dll
76+
path: |
77+
D:/a/warpdrive/warpdrive/build/release/Release/*.dll
78+
D:/a/warpdrive/warpdrive/build/release/Release/cacerts.pem
79+

0 commit comments

Comments
 (0)