Update deploy.yml to force release build

This commit is contained in:
Alex Spataru 2024-11-20 14:48:43 -05:00 committed by GitHub
parent 3c2ac73eda
commit 2e536545b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,7 +95,7 @@ jobs:
- name: '🚧 Build application'
run: |
cd build
cmake --build . --config Release -j 16
cmake --build . --config Release -j 16 -DCMAKE_BUILD_TYPE=Release
- name: '📦 Create AppImage'
run: |
@ -189,7 +189,7 @@ jobs:
- name: '🚧 Build application'
run: |
cd build
cmake --build . --config Release -j 16
cmake --build . --config Release -j 16 -DCMAKE_BUILD_TYPE=Release
- name: '📦 Package application'
run: |
@ -275,7 +275,7 @@ jobs:
- name: '🚧 Build application'
run: |
cd build
cmake --build . --config Release -j 16
cmake --build . --config Release -j 16 -DCMAKE_BUILD_TYPE=Release
- name: '📦 Package application'
run: |
@ -356,7 +356,7 @@ jobs:
- name: '🚧 Build application'
run: |
cd build
cmake --build . --config Release -j 16
cmake --build . --config Release -j 16 -DCMAKE_BUILD_TYPE=Release
- name: '📦 Package application'
run: |