fix: updated CI workflow and added .env.make generation for CI

This commit is contained in:
2026-01-01 05:33:39 +01:00
parent 01a00a12af
commit dea81de5b5
4 changed files with 124 additions and 16 deletions

View File

@@ -34,6 +34,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Generate build variables
run: python scripts/generate_build_vars.py
- name: Load config from Makefile
id: config
run: make -s _ci-dump-config >> $GITHUB_OUTPUT