From 19f83b274fceeaa56ec5090d0497046d604be027 Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Mon, 24 Aug 2026 22:06:20 -0400 Subject: [PATCH] ci: identical environment for publish_chestnut prebuilt --- .github/workflows/sunnypilot-build-prebuilt.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sunnypilot-build-prebuilt.yaml b/.github/workflows/sunnypilot-build-prebuilt.yaml index 3288963ab4..ac1dd3eca9 100644 --- a/.github/workflows/sunnypilot-build-prebuilt.yaml +++ b/.github/workflows/sunnypilot-build-prebuilt.yaml @@ -477,6 +477,7 @@ jobs: }} needs: [ build, prepare_strategy, prepare_chestnut, prepare_small_model, prepare_dm_model ] runs-on: ubuntu-24.04 + environment: ${{ needs.prepare_strategy.outputs.environment }} steps: - uses: actions/checkout@v4