change name

This commit is contained in:
David Holdeman 2024-03-18 20:24:01 -05:00 committed by rusefillc
parent e230494804
commit 258b17caca
1 changed files with 3 additions and 3 deletions

View File

@ -196,7 +196,7 @@ runs:
if ac 'srec'; then TARGETS+=("build/rusefi.srec"); fi
if ac 'bundles' || ac 'bundle'; then TARGETS+=("../artifacts/rusefi_bundle_${SHORT_BOARD_NAME}.zip"); fi
if ac 'bundles' || ac 'autoupdate'; then TARGETS+=("../artifacts/rusefi_bundle_${SHORT_BOARD_NAME}_autoupdate.zip"); fi
if ac 'obfuscated'; then TARGETS+=("../artifacts/rusefi_bundle_${SHORT_BOARD_NAME}_obfuscated.zip"); fi
if ac 'obfuscated'; then TARGETS+=("../artifacts/rusefi_bundle_${SHORT_BOARD_NAME}_obfuscated_public.zip"); fi
if [ "$RUN_SIMULATOR" == "true" ]; then
TARGETS+=("../simulator/build/rusefi_simulator" "../java_tools/tune-tools/build/libs/tune-tools-all.jar")
fi
@ -340,5 +340,5 @@ runs:
if: ${{ contains(inputs.artifacts, 'obfuscated') }}
uses: actions/upload-artifact@v4
with:
name: rusefi_bundle_${{env.SHORT_BOARD_NAME}}_obfuscated.zip
path: ${{inputs.rusefi_dir}}/artifacts/rusefi_bundle_${{env.SHORT_BOARD_NAME}}_obfuscated.zip
name: rusefi_bundle_${{env.SHORT_BOARD_NAME}}_obfuscated_public.zip
path: ${{inputs.rusefi_dir}}/artifacts/rusefi_bundle_${{env.SHORT_BOARD_NAME}}_obfuscated_public.zip