We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55f18e5 commit 77fb0b6Copy full SHA for 77fb0b6
.github/workflows/odbc.yml
@@ -73,4 +73,7 @@ jobs:
73
uses: actions/upload-artifact@v4
74
with:
75
name: dbtlabs-flight-sql-odbc-driver
76
- path: D:/a/warpdrive/warpdrive/build/release/Release/*.dll
+ path: |
77
+ D:/a/warpdrive/warpdrive/build/release/Release/*.dll
78
+ D:/a/warpdrive/warpdrive/build/release/Release/cacerts.pem
79
+
0 commit comments