mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
ci: Using correct target of build-*
This commit is contained in:
committed by
Gustavo 'Gus' Carreno
parent
76dfa98217
commit
16a54a57aa
4
.github/workflows/lazarus.yaml
vendored
4
.github/workflows/lazarus.yaml
vendored
@@ -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' }}
|
||||
|
||||
Reference in New Issue
Block a user