1
.github/workflows/esp-idf_build.yml
vendored
1
.github/workflows/esp-idf_build.yml
vendored
@@ -22,6 +22,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: "recursive"
|
submodules: "recursive"
|
||||||
|
|
||||||
- name: ESP-IDF build
|
- name: ESP-IDF build
|
||||||
uses: espressif/esp-idf-ci-action@v1
|
uses: espressif/esp-idf-ci-action@v1
|
||||||
with:
|
with:
|
||||||
|
10
.github/workflows/esp-idf_release.yml
vendored
10
.github/workflows/esp-idf_release.yml
vendored
@@ -21,15 +21,17 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: "recursive"
|
submodules: "recursive"
|
||||||
|
|
||||||
- name: ESP-IDF build
|
- name: ESP-IDF build
|
||||||
uses: espressif/esp-idf-ci-action@v1
|
uses: espressif/esp-idf-ci-action@v1
|
||||||
with:
|
with:
|
||||||
esp_idf_version: ${{ matrix.idf_ver }}
|
esp_idf_version: ${{ matrix.idf_ver }}
|
||||||
target: ${{ matrix.idf_target }}
|
target: ${{ matrix.idf_target }}
|
||||||
path: ePaper-ESP-IDF
|
path: ePaper-ESP-IDF
|
||||||
|
|
||||||
- name: Upload Firmware
|
- name: Upload Firmware
|
||||||
id: upload
|
uses: fjogeleit/http-request-action@v1
|
||||||
uses: JantHsueh/upload-file-action@master
|
|
||||||
with:
|
with:
|
||||||
url: ${{ secrets.UPLOAD_URL }}
|
url: "${{ secrets.UPLOAD_URL }}"
|
||||||
fileForms: '{"file":"ePaper-ESP-IDF/build/firmware.bin"}'
|
method: "POST"
|
||||||
|
files: '{ "file": "${{ github.workspace }}/ePaper-ESP-IDF/build/firmware.bin" }'
|
||||||
|
Reference in New Issue
Block a user