daily releases for custom firmware #6392

only:temp measure: current_date into artifact name
This commit is contained in:
rusEFI LLC 2024-04-30 23:11:07 -04:00
parent 8b82dc396a
commit 13b530ca86
1 changed files with 2 additions and 1 deletions

View File

@ -160,6 +160,7 @@ runs:
PROJECT_BOARD=${PROJECT_BOARD:-$SHORT_BOARD_NAME}
echo "PROJECT_BOARD=$PROJECT_BOARD" >> $GITHUB_ENV
echo "BUNDLE_NAME=$BUNDLE_NAME" >> $GITHUB_ENV
echo "current_date=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
- name: Install Arm GNU Toolchain (arm-none-eabi-gcc)
uses: carlosperate/arm-none-eabi-gcc-action@v1
@ -388,7 +389,7 @@ runs:
if: ${{ contains(inputs.artifacts, 'obfuscated') }}
uses: actions/upload-artifact@v4
with:
name: rusefi_bundle_${{env.SHORT_BOARD_NAME}}_obfuscated_public_autoupdate.zip
name: rusefi_bundle_${{env.SHORT_BOARD_NAME}}_obfuscated_public_autoupdate_${{env.current_date}}.zip
path: ${{inputs.rusefi_dir}}/artifacts/rusefi_bundle_${{env.SHORT_BOARD_NAME}}_obfuscated_public_autoupdate.zip
- uses: mukunku/tag-exists-action@v1.6.0