cmake: use build platform from environment

This allows all CI builds to be deemed "official"

Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
Seth Flynn
2025-06-13 02:00:11 -04:00
parent 3718c60844
commit c03f854fb8
2 changed files with 3 additions and 2 deletions

View File

@@ -146,7 +146,9 @@ jobs:
- name: Run CMake workflow
env:
CMAKE_PRESET: ${{ steps.cmake-preset.outputs.preset }}
ARTIFACT_NAME: ${{ matrix.artifact-name }}-Qt6
BUILD_PLATFORM: official
run: |
cmake --workflow --preset "$CMAKE_PRESET"