change name
This commit is contained in:
parent
e230494804
commit
258b17caca
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue