Reintroduce "Switch to a build variant config instead of magic env vars" (#2522)

This commit is contained in:
Michael Telatynski
2025-09-03 15:06:29 +01:00
committed by GitHub
parent 5561e2efa3
commit b8bedd9c22
7 changed files with 107 additions and 54 deletions
+2 -1
View File
@@ -145,8 +145,9 @@ jobs:
- name: Build App
run: yarn build --publish never -l ${{ steps.config.outputs.build-args }}
env:
VARIANT_PATH: variant.json
# Only set for Nightly builds
ED_NIGHTLY: ${{ inputs.version }}
VERSION: ${{ inputs.version }}
- name: Check native libraries
run: |