diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae8eae9..4bcefa8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,6 +57,11 @@ jobs: - name: Create dmg if: runner.os == 'macOS' run: | + brew install libiodbc + curl -O -L https://github.com/PostgresApp/PostgresApp/releases/download/v2.6.5/Postgres-2.6.5-14.dmg + hdiutil attach Postgres-2.6.5-14.dmg + cp -r /Volumes/Postgres-2.6.5-14/Postgres.app /Applications/ + hdiutil detach /Volumes/Postgres-2.6.5-14 cd build/src macdeployqt qhot.app -qmldir=../../qml -dmg cd ../..