diff --git a/.github/workflows/esp-idf_release.yml b/.github/workflows/esp-idf_release.yml index f704fb7..5432af9 100644 --- a/.github/workflows/esp-idf_release.yml +++ b/.github/workflows/esp-idf_release.yml @@ -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 diff --git a/ePaper-ESP-IDF/CMakeLists.txt b/ePaper-ESP-IDF/CMakeLists.txt index 4e8cf6f..d25af70 100644 --- a/ePaper-ESP-IDF/CMakeLists.txt +++ b/ePaper-ESP-IDF/CMakeLists.txt @@ -5,4 +5,4 @@ cmake_minimum_required(VERSION 3.16) include($ENV{IDF_PATH}/tools/cmake/project.cmake) -project(firmware) +project(tide-display)