pass LTS flag

This commit is contained in:
David Holdeman 2024-01-29 18:58:41 -06:00 committed by rusefillc
parent c0c8b69f96
commit 81bc23c337
2 changed files with 2 additions and 1 deletions

View File

@ -605,7 +605,7 @@ jobs:
- name: Upload Bundle
if: ${{ env.full == 'true' }}
working-directory: ./artifacts
run: bash ../firmware/bin/upload_bundle.sh ${{matrix.build-target}}
run: bash ../firmware/bin/upload_bundle.sh ${{matrix.build-target}} ${{ toJSON(inputs.lts) }}
- name: Add Bundles to Release
if: ${{ env.full == 'true' && env.upload == 'release' }}

View File

@ -3,6 +3,7 @@
SCRIPT_NAME=$(basename "$0")
FULL_BUNDLE_FILE="rusefi_bundle_$1.zip"
UPDATE_BUNDLE_FILE="rusefi_bundle_$1_autoupdate.zip"
LTS="$2"
if [ -n "$RUSEFI_SSH_USER" ]; then
echo "$SCRIPT_NAME: Uploading full bundle"