diff --git a/.github/workflows/astralrinth-build.yml b/.github/workflows/astralrinth-build.yml index c5a263d7..d3d978b2 100644 --- a/.github/workflows/astralrinth-build.yml +++ b/.github/workflows/astralrinth-build.yml @@ -114,6 +114,14 @@ jobs: run: | rm -rf target/release/bundle rm -rf target/*/release/bundle || true + + - name: 🌍 Load environment variables for build.rs + shell: bash + run: | + echo "Loading .env.prod..." + set -a + source packages/app-lib/.env.prod + set +a # - name: 🔨 Build macOS app # if: matrix.platform == 'macos-latest'