Skip to content

Commit 16a54a5

Browse files
committed
ci: Using correct target of build-*
1 parent 76dfa98 commit 16a54a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lazarus.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
if: ${{ matrix.operating-system == 'ubuntu-latest' }}
4545
run: |
4646
echo Building with GTK2
47-
make heidisql-gtk2
47+
make build-gtk2
4848
4949
- name: Upload binaries GTK
5050
if: ${{ matrix.lazarus-versions == 'stable' }}
@@ -62,7 +62,7 @@ jobs:
6262
if: ${{ matrix.operating-system == 'ubuntu-latest' }}
6363
run: |
6464
echo Building with QT5
65-
make heidisql-qt5
65+
make build-qt5
6666
6767
- name: Upload binaries QT
6868
if: ${{ matrix.lazarus-versions == 'stable' }}

0 commit comments

Comments
 (0)