From 16a54a57aa6974c819801c3e304367fab7ec07af Mon Sep 17 00:00:00 2001 From: Gustavo Carreno Date: Thu, 23 Oct 2025 19:03:03 +0100 Subject: [PATCH] ci: Using correct target of `build-*` --- .github/workflows/lazarus.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lazarus.yaml b/.github/workflows/lazarus.yaml index dd8c145d..54690a06 100644 --- a/.github/workflows/lazarus.yaml +++ b/.github/workflows/lazarus.yaml @@ -44,7 +44,7 @@ jobs: if: ${{ matrix.operating-system == 'ubuntu-latest' }} run: | echo Building with GTK2 - make heidisql-gtk2 + make build-gtk2 - name: Upload binaries GTK if: ${{ matrix.lazarus-versions == 'stable' }} @@ -62,7 +62,7 @@ jobs: if: ${{ matrix.operating-system == 'ubuntu-latest' }} run: | echo Building with QT5 - make heidisql-qt5 + make build-qt5 - name: Upload binaries QT if: ${{ matrix.lazarus-versions == 'stable' }}