Skip to content

Commit 03e9aba

Browse files
committed
Include all .dll files in artifact
1 parent 97ec9d1 commit 03e9aba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/odbc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ jobs:
7272
- name: Upload ODBC Driver
7373
uses: actions/upload-artifact@v4
7474
with:
75-
name: dbtlabs-flight-sql-odbc-driver-v1.0
76-
path: D:/a/warpdrive/warpdrive/build/Release/arrow-odbc.dll
75+
name: dbtlabs-flight-sql-odbc-driver
76+
path: D:/a/warpdrive/warpdrive/build/release/Release/*.dll

0 commit comments

Comments
 (0)