We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35fc985 commit b29f31cCopy full SHA for b29f31c
.github/workflows/odbc.yml
@@ -69,12 +69,14 @@ jobs:
69
cd D:\a\warpdrive\warpdrive
70
.\build_win64.bat
71
72
+ - name: Copy cacert.pem to release directory
73
+ run: copy D:\a\warpdrive\warpdrive\cacert.pem D:\a\warpdrive\warpdrive\build\release\Release\
74
75
- name: Upload ODBC Driver
76
uses: actions/upload-artifact@v4
77
with:
78
name: dbtlabs-flight-sql-odbc-driver
79
path: |
80
D:/a/warpdrive/warpdrive/build/release/Release/*.dll
- D:/a/warpdrive/warpdrive/cacert.pem
81
+ D:/a/warpdrive/warpdrive/build/release/Release/cacert.pem
82
0 commit comments