Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit e4981e3

Browse files
authored
Fix odbc win32 release workflow for master (#642)
Fix odbc win32 release workflow for master
2 parents 0ed6594 + 68678b2 commit e4981e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sql-odbc-release-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
shell: bash
138138
run: |
139139
cd installer
140-
windows_installer=`ls -1t *.msi | grep "ODFE SQL ODBC Driver" | head -1`
140+
windows_installer=`ls -1t *.msi | grep "Open Distro for Elasticsearch SQL ODBC Driver" | head -1`
141141
echo $windows_installer
142142
aws s3 cp "$windows_installer" s3://artifacts.opendistroforelasticsearch.amazon.com/downloads/elasticsearch-clients/opendistro-sql-odbc/windows/
143143
build-windows64:

0 commit comments

Comments
 (0)