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

Commit

Permalink
Fix odbc win32 release workflow for master (#642)
Browse files Browse the repository at this point in the history
Fix odbc win32 release workflow for master
  • Loading branch information
joshuali925 authored Jul 30, 2020
2 parents 0ed6594 + 68678b2 commit e4981e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sql-odbc-release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
shell: bash
run: |
cd installer
windows_installer=`ls -1t *.msi | grep "ODFE SQL ODBC Driver" | head -1`
windows_installer=`ls -1t *.msi | grep "Open Distro for Elasticsearch SQL ODBC Driver" | head -1`
echo $windows_installer
aws s3 cp "$windows_installer" s3://artifacts.opendistroforelasticsearch.amazon.com/downloads/elasticsearch-clients/opendistro-sql-odbc/windows/
build-windows64:
Expand Down

0 comments on commit e4981e3

Please sign in to comment.