Skip to content

Commit 27b1b33

Browse files
fix: ci
1 parent b5b6564 commit 27b1b33

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/appimage-qt6.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: |
8585
mkdir build
8686
cd build
87-
cmake .. -GNinja -DCMAKE_INSTALL_PREFIX=./AppDir/usr -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DLEMON_BUILD_INFO="Build for AppImage" -DLEMON_BUILD_EXTRA_INFO="Build on $(uname -sr)"
87+
cmake .. -GNinja -DLEMON=ON -DCMAKE_INSTALL_PREFIX=./AppDir/usr -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DLEMON_BUILD_INFO="Build for AppImage" -DLEMON_BUILD_EXTRA_INFO="Build on $(uname -sr)"
8888
cmake --build . --parallel $(nproc)
8989
cmake --install .
9090
# ========================================================================================================= Deployments
@@ -115,7 +115,7 @@ jobs:
115115
path: build/Lemon.AppImage
116116
- name: Linux - ${{ matrix.qt_version }} - Upload binaries to release
117117
uses: svenstaro/upload-release-action@v1-release
118-
if: github.event_name == 'release' && matrix.platform == 'ubuntu-16.04' && matrix.qt_version == '5.15.0'
118+
if: github.event_name == 'release' && matrix.platform == 'ubuntu-16.04'
119119
with:
120120
repo_token: ${{ secrets.GITHUB_TOKEN }}
121121
file: build/Lemon.AppImage

.github/workflows/macos-qt6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
qt_ver: [6.0.0]
2424
qt_arch: [clang_64]
2525
env:
26-
targetName: lemon-qt6
26+
targetName: lemon
2727
steps:
2828
- name: cacheQt
2929
id: MacosCacheQt

makespec/BUILDVERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
108
1+
109

0 commit comments

Comments
 (0)