diff --git a/.github/workflows/sunnypilot-build-model.yaml b/.github/workflows/sunnypilot-build-model.yaml index 0ef4dfb8ae..0c6e800785 100644 --- a/.github/workflows/sunnypilot-build-model.yaml +++ b/.github/workflows/sunnypilot-build-model.yaml @@ -118,7 +118,9 @@ jobs: with: submodules: recursive - - run: git lfs pull + - run: | + cd ${{ github.workspace }}/openpilot + git lfs pull - name: Cache SCons uses: actions/cache@v4 with: @@ -170,7 +172,7 @@ jobs: name: models-${{ env.REF }}${{ inputs.artifact_suffix }} path: ${{ github.workspace }}/openpilot/openpilot/selfdrive/modeld/models - run: | - rm -f ${{ github.workspace }}/openpilot/openpilot/selfdrive/modeld/models/{dmonitoring_model,big_driving_policy,big_driving_vision}.onnx + rm -f ${{ github.workspace }}/openpilot/openpilot/selfdrive/modeld/models/{dmonitoring_model,big_driving_policy,big_driving_vision, big_driving_supercombo}.onnx - name: Build Model run: |