From 427e42cd82ec84fbbf5bf8d5807b56fafed28c16 Mon Sep 17 00:00:00 2001 From: DevTekVE Date: Fri, 25 Jul 2025 18:29:27 +0200 Subject: [PATCH] tweakx3 --- .github/workflows/sunnypilot-build-model.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sunnypilot-build-model.yaml b/.github/workflows/sunnypilot-build-model.yaml index a6a7d46053..71bccce770 100644 --- a/.github/workflows/sunnypilot-build-model.yaml +++ b/.github/workflows/sunnypilot-build-model.yaml @@ -84,7 +84,7 @@ jobs: - name: 'Upload Artifact' uses: actions/upload-artifact@v4 with: - name: models + name: models-${{ env.REF }} path: ${{ github.workspace }}/openpilot/selfdrive/modeld/models/*.onnx build_model: @@ -147,7 +147,7 @@ jobs: - name: Download model artifacts uses: actions/download-artifact@v4 with: - name: models + name: models-${{ env.REF }} path: ${{ github.workspace }}/selfdrive/modeld/models - name: Build Model @@ -194,7 +194,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: model-${{ env.MODEL_NAME }}-${{ github.run_number }} - path: ${{ env.OUTPUT_DIR }}-${{ env.REF }} + path: ${{ env.OUTPUT_DIR }} - name: Re-enable powersave if: always()