only:bundle artifacts to have date
This commit is contained in:
parent
d390e4b7dc
commit
c3d99f8ed9
|
@ -388,14 +388,14 @@ runs:
|
|||
if: ${{ contains(inputs.artifacts, 'bundle') }}
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: rusefi_bundle_${{env.SHORT_BOARD_NAME}}.zip
|
||||
name: rusefi_bundle_${{env.SHORT_BOARD_NAME}}_2024-05-25.zip.zip
|
||||
path: ${{inputs.rusefi_dir}}/artifacts/rusefi_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: rusefi_bundle_${{env.SHORT_BOARD_NAME}}_autoupdate.zip
|
||||
name: rusefi_bundle_${{env.SHORT_BOARD_NAME}}_autoupdate_2024-05-25.zip.zip
|
||||
path: ${{inputs.rusefi_dir}}/artifacts/rusefi_bundle_${{env.SHORT_BOARD_NAME}}_autoupdate.zip
|
||||
|
||||
- name: Upload obfuscated Bundle
|
||||
|
@ -408,7 +408,7 @@ runs:
|
|||
if: ${{ contains(inputs.artifacts, 'obfuscated') }}
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: rusefi_bundle_${{env.SHORT_BOARD_NAME}}_obfuscated_public.zip
|
||||
name: rusefi_bundle_${{env.SHORT_BOARD_NAME}}_obfuscated_public_${{env.current_date}}.zip
|
||||
path: ${{inputs.rusefi_dir}}/artifacts/rusefi_bundle_${{env.SHORT_BOARD_NAME}}_obfuscated_public.zip
|
||||
|
||||
- name: Upload github action bundle obfuscated_public_autoupdate artifact
|
||||
|
|
Loading…
Reference in New Issue