Switch to a build variant config instead of magic env vars (#2498)

This commit is contained in:
Michael Telatynski
2025-08-28 08:28:22 +00:00
committed by GitHub
parent 08fc8722f1
commit a50957973b
7 changed files with 83 additions and 43 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: |