2
.github/workflows/esp-idf_release.yml
vendored
2
.github/workflows/esp-idf_release.yml
vendored
@@ -35,5 +35,5 @@ jobs:
|
||||
with:
|
||||
url: "${{ secrets.UPLOAD_URL }}"
|
||||
method: "POST"
|
||||
files: '{ "file": "${{ github.workspace }}/ePaper-ESP-IDF/build/firmware.bin" }'
|
||||
files: '{ "file": "${{ github.workspace }}/ePaper-ESP-IDF/build/tide-display.bin" }'
|
||||
timeout: 30000
|
||||
|
@@ -5,4 +5,4 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||
project(firmware)
|
||||
project(tide-display)
|
||||
|
Reference in New Issue
Block a user