Skip to content
This repository was archived by the owner on Dec 14, 2025. It is now read-only.

Commit ac6a813

Browse files
committed
[ACTION] Fix newidf build
1 parent db90046 commit ac6a813

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

.github/workflows/newidf.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
br_config: qemu_bt_trace_replay_test
2525
runs-on: ubuntu-latest
2626
container:
27-
image: ghcr.io/darthcloud/idf-blueretro:v5.2.0_2023-10-09
27+
image: espressif/idf:latest
2828

2929
steps:
3030
- name: Checkout repo
@@ -41,18 +41,3 @@ jobs:
4141
cat version.txt
4242
cp configs/${{ matrix.hw_version }}/${{ matrix.br_config }} sdkconfig
4343
BR_HW=_${{ matrix.hw_version }} BR_SYS=_${{ matrix.br_config }} idf.py reconfigure build
44-
- name: Copy OTA initial binary
45-
working-directory: ./build
46-
run: |
47-
mkdir ota
48-
mv ota_data_initial.bin ota/
49-
- name: Upload artifact
50-
uses: darthcloud/upload-artifact@v3node20
51-
with:
52-
name: ${{ env.br_version }}_${{ matrix.hw_version }}
53-
path: |
54-
build/partition_table/partition-table.bin
55-
build/bootloader/bootloader.bin
56-
build/ota/ota_data_initial.bin
57-
build/BlueRetro*.bin
58-
if-no-files-found: error

0 commit comments

Comments
 (0)