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

This commit is contained in:
Michael Telatynski
2025-08-28 11:33:39 +01:00
committed by GitHub
parent a50957973b
commit bcde9afce9
7 changed files with 43 additions and 83 deletions
+1 -2
View File
@@ -145,9 +145,8 @@ 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
VERSION: ${{ inputs.version }}
ED_NIGHTLY: ${{ inputs.version }}
- name: Check native libraries
run: |