source meta-info before upload
This commit is contained in:
parent
e73d3f95b8
commit
d7ef2ba288
|
@ -242,7 +242,9 @@ jobs:
|
||||||
- name: Upload Bundle
|
- name: Upload Bundle
|
||||||
if: ${{ env.full == 'true' }}
|
if: ${{ env.full == 'true' }}
|
||||||
working-directory: ./artifacts
|
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
|
- name: Add Bundles to Release
|
||||||
if: ${{ env.full == 'true' && env.upload == 'release' }}
|
if: ${{ env.full == 'true' && env.upload == 'release' }}
|
||||||
|
|
Loading…
Reference in New Issue