Skip to content

Commit

Permalink
chore: fix broken release automation scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
karenc-bq committed Jul 9, 2024
1 parent dcf104e commit 18a378d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
ln -s /usr/local/opt/openssl@3/lib/libssl.3.dylib /usr/local/lib/
ln -s /usr/local/opt/openssl@3/lib/libcrypto.3.dylib /usr/local/lib/
curl -L https://dev.mysql.com/get/Downloads/MySQL-8.3/mysql-${{ vars.MYSQL_VERSION }}-macos13-x86_64.tar.gz -o mysql.tar.gz
curl -L https://dev.mysql.com/get/Downloads/MySQL-8.3/mysql-${{ vars.MYSQL_VERSION }}-macos14-x86_64.tar.gz -o mysql.tar.gz
tar -xzvf mysql.tar.gz
- name: Build and install AWS SDK C++
Expand All @@ -64,7 +64,7 @@ jobs:
-DODBC_INCLUDES=$ODBC_DM_INCLUDES
-DCONNECTOR_PLATFORM=macos
-DBUNDLE_DEPENDENCIES=true
-DMYSQL_DIR=./mysql-${{ vars.MYSQL_VERSION }}-macos13-x86_64
-DMYSQL_DIR=./mysql-${{ vars.MYSQL_VERSION }}-macos14-x86_64

- name: Build driver
working-directory: ${{ github.workspace }}/build
Expand Down
2 changes: 1 addition & 1 deletion build_installer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Copy-Item .\build\bin\$CONFIGURATION\myodbc-installer.exe .\Wix\x64
Copy-Item .\build\bin\$CONFIGURATION\myodbc-installer.exe .\Wix\x86
Copy-Item .\INFO_BIN .\Wix\doc
Copy-Item .\INFO_SRC .\Wix\doc
Copy-Item .\ChangeLog .\Wix\doc
Copy-Item .\CHANGELOG.md .\Wix\doc
Copy-Item .\README.md .\Wix\doc
Copy-Item .\LICENSE.txt .\Wix\doc

Expand Down

0 comments on commit 18a378d

Please sign in to comment.