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

Commit

Permalink
Update sql-odbc-release-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhuamazon committed Jan 28, 2021
1 parent 53df8cb commit ab089e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sql-odbc-release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
if: success()
run: |
cd installer
pkg=`ls -1t *.pkg | grep "Open Distro for Elasticsearch SQL ODBC Driver" | head -1`
pkg=`ls -1t *.pkg | grep "macos" | head -1`
# Inject the build number before the suffix
pkg_outfile=`basename ${pkg%.pkg}-build-${GITHUB_RUN_NUMBER}.pkg`
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
shell: bash
run: |
cd ci-output/installer
msi=`ls -1t *.msi | grep "Open Distro for Elasticsearch SQL ODBC Driver" | head -1`
msi=`ls -1t *.msi | grep "x86" | head -1`
# Inject the build number before the suffix
msi_outfile=`basename ${msi%.msi}-build-${GITHUB_RUN_NUMBER}.msi`
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
shell: bash
run: |
cd ci-output/installer
msi=`ls -1t *.msi | grep "Open Distro for Elasticsearch SQL ODBC Driver" | head -1`
msi=`ls -1t *.msi | grep "x64" | head -1`
# Inject the build number before the suffix
msi_outfile=`basename ${msi%.msi}-build-${GITHUB_RUN_NUMBER}.msi`
Expand Down

0 comments on commit ab089e4

Please sign in to comment.