We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01b08d commit 35fc985Copy full SHA for 35fc985
.github/workflows/odbc.yml
@@ -69,22 +69,12 @@ jobs:
69
cd D:\a\warpdrive\warpdrive
70
.\build_win64.bat
71
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'
82
83
- name: Upload ODBC Driver
84
uses: actions/upload-artifact@v4
85
with:
86
name: dbtlabs-flight-sql-odbc-driver
87
path: |
88
D:/a/warpdrive/warpdrive/build/release/Release/*.dll
89
- D:/a/warpdrive/warpdrive/build/release/Release/cacerts.pem
+ D:/a/warpdrive/warpdrive/cacert.pem
90
0 commit comments