source meta-info before upload

This commit is contained in:
David Holdeman 2024-03-08 15:44:01 -06:00 committed by rusefillc
parent e73d3f95b8
commit d7ef2ba288
1 changed files with 3 additions and 1 deletions

View File

@ -242,7 +242,9 @@ jobs:
- name: Upload Bundle
if: ${{ env.full == 'true' }}
working-directory: ./artifacts
run: bash ../firmware/bin/upload_bundle.sh
run: |
source ../firmware/config/boards/common_script_read_meta_env.inc ../firmware/${{ env.BOARD_META_PATH }}
bash ../firmware/bin/upload_bundle.sh
- name: Add Bundles to Release
if: ${{ env.full == 'true' && env.upload == 'release' }}