save artifacts
Signed-off-by: Peter Siegmund <mars3142@users.noreply.github.com>
This commit is contained in:
11
.github/workflows/esp32_build.yaml
vendored
11
.github/workflows/esp32_build.yaml
vendored
@@ -35,3 +35,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
esp_idf_version: ${{ matrix.idf_ver }}
|
esp_idf_version: ${{ matrix.idf_ver }}
|
||||||
target: ${{ matrix.idf_target }}
|
target: ${{ matrix.idf_target }}
|
||||||
|
- name: Archive build output artifacts
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: lighthouses-${{ matrix.idf_target }}-${{ matrix.idf_ver }}
|
||||||
|
path: |
|
||||||
|
build/flasher_args.json
|
||||||
|
build/storage.bin
|
||||||
|
build/ota_data_initial.bin
|
||||||
|
build/lighthouses.bin
|
||||||
|
build/bootloader/bootloader.bin
|
||||||
|
build/partition_table/partition-table.bin
|
||||||
|
Reference in New Issue
Block a user