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
|
||||
with:
|
||||
submodules: "recursive"
|
||||
|
||||
- name: ESP-IDF build
|
||||
uses: espressif/esp-idf-ci-action@v1
|
||||
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
|
||||
with:
|
||||
submodules: "recursive"
|
||||
|
||||
- name: ESP-IDF build
|
||||
uses: espressif/esp-idf-ci-action@v1
|
||||
with:
|
||||
esp_idf_version: ${{ matrix.idf_ver }}
|
||||
target: ${{ matrix.idf_target }}
|
||||
path: ePaper-ESP-IDF
|
||||
|
||||
- name: Upload Firmware
|
||||
id: upload
|
||||
uses: JantHsueh/upload-file-action@master
|
||||
uses: fjogeleit/http-request-action@v1
|
||||
with:
|
||||
url: ${{ secrets.UPLOAD_URL }}
|
||||
fileForms: '{"file":"ePaper-ESP-IDF/build/firmware.bin"}'
|
||||
url: "${{ secrets.UPLOAD_URL }}"
|
||||
method: "POST"
|
||||
files: '{ "file": "${{ github.workspace }}/ePaper-ESP-IDF/build/firmware.bin" }'
|
||||
|
Reference in New Issue
Block a user