ci: Using correct target of build-*

This commit is contained in:
Gustavo Carreno
2025-10-23 19:03:03 +01:00
committed by Gustavo 'Gus' Carreno
parent 76dfa98217
commit 16a54a57aa

View File

@@ -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' }}