Skip to content

Commit b29f31c

Browse files
committed
Move cert file into same build dir
1 parent 35fc985 commit b29f31c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/odbc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,14 @@ jobs:
6969
cd D:\a\warpdrive\warpdrive
7070
.\build_win64.bat
7171
72+
- name: Copy cacert.pem to release directory
73+
run: copy D:\a\warpdrive\warpdrive\cacert.pem D:\a\warpdrive\warpdrive\build\release\Release\
7274

7375
- name: Upload ODBC Driver
7476
uses: actions/upload-artifact@v4
7577
with:
7678
name: dbtlabs-flight-sql-odbc-driver
7779
path: |
7880
D:/a/warpdrive/warpdrive/build/release/Release/*.dll
79-
D:/a/warpdrive/warpdrive/cacert.pem
81+
D:/a/warpdrive/warpdrive/build/release/Release/cacert.pem
8082

0 commit comments

Comments
 (0)