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
-6
View File
@@ -85,11 +85,6 @@ jobs:
if: steps.branch-matching.outcome == 'failure' || steps.branch-matching.outcome == 'skipped'
run: yarn run fetch --noverify -d ${{ inputs.config }} ${{ inputs.version }}
- name: Copy variant config
run: cp "$CONFIG_DIR/build.json" variant.json
env:
CONFIG_DIR: ${{ inputs.config }}
# We split this out to save the build_* scripts having to do it to make use of `hashFiles` in the cache action
- name: Generate cache hash files
run: |
@@ -175,4 +170,3 @@ jobs:
electronVersion
hakHash
changelog.Debian
variant.json