Skip to content

Commit

Permalink
v2.0 stable release config
Browse files Browse the repository at this point in the history
  • Loading branch information
seeul8er committed Jan 1, 2025
1 parent e5446e0 commit 0d3993e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/esp_idf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
command: "bash ./create_release_zip.sh"
- uses: actions/upload-artifact@v4
with:
name: DroneBridge_ESP32_nightly.zip
path: DroneBridge_ESP32_nightly.zip
name: DroneBridge_ESP32_nightly
path: DroneBridge_ESP32_nightly
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ add_custom_command (
POST_BUILD
COMMAND cmake -E remove_directory "${CMAKE_SOURCE_DIR}/frontend/build"
)
set(PROJECT_VER "2.0RC5")
set(PROJECT_VER "2.0 stable")
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(db_esp32)
2 changes: 1 addition & 1 deletion create_release_zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ fi
zip -r $release_name_zip $release_foldername

# Clean up
rm -rf $release_foldername
# rm -rf $release_foldername

0 comments on commit 0d3993e

Please sign in to comment.