From 86557e5b14c30589031eebb5724b32940f8ec1ee Mon Sep 17 00:00:00 2001 From: rusefi Date: Tue, 30 Jul 2024 21:05:45 -0400 Subject: [PATCH] https://github.com/rusefi/rusefi/issues/6759 only:uaefi --- .github/workflows/custom-board-build/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/custom-board-build/action.yaml b/.github/workflows/custom-board-build/action.yaml index d530f29117..3ee95f5def 100644 --- a/.github/workflows/custom-board-build/action.yaml +++ b/.github/workflows/custom-board-build/action.yaml @@ -484,14 +484,14 @@ runs: if: ${{ contains(inputs.artifacts, 'bundle') }} uses: actions/upload-artifact@v4 with: - name: ${{steps.find-out-white-label.outputs.white_label}}_bundle_${{env.SHORT_BOARD_NAME}}_2024-05-25.zip.zip + name: ${{steps.find-out-white-label.outputs.white_label}}_bundle_${{env.SHORT_BOARD_NAME}}_${{env.current_date}}.zip.zip path: ${{inputs.rusefi_dir}}/artifacts/${{steps.find-out-white-label.outputs.white_label}}_bundle_${{env.SHORT_BOARD_NAME}}.zip - name: Upload github action bundle autoupdate artifact if: ${{ contains(inputs.artifacts, 'autoupdate') }} uses: actions/upload-artifact@v4 with: - name: ${{steps.find-out-white-label.outputs.white_label}}_bundle_${{env.SHORT_BOARD_NAME}}_autoupdate_2024-05-25.zip.zip + name: ${{steps.find-out-white-label.outputs.white_label}}_bundle_${{env.SHORT_BOARD_NAME}}_autoupdate_${{env.current_date}}.zip.zip path: ${{inputs.rusefi_dir}}/artifacts/${{steps.find-out-white-label.outputs.white_label}}_bundle_${{env.SHORT_BOARD_NAME}}_autoupdate.zip - uses: mukunku/tag-exists-action@v1.6.0