Skip to content

Commit

Permalink
fix configuration typo
Browse files Browse the repository at this point in the history
  • Loading branch information
briansalehi committed Jan 17, 2025
1 parent 9d0e4b4 commit e20b82e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout Source
uses: actions/checkout@v4
- name: Configure
run: cmake -B . -S build -D CMAKE_BUILD_TYPE=Release
run: cmake -B build -D CMAKE_BUILD_TYPE=Release
- name: Build
run: cmake --build build --parallel --target milestone
- name: Create Release
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.30)
project(Milestone VERSION 0.10.3 LANGUAGES CXX DESCRIPTION "Technical References Training Program")
project(Milestone VERSION 0.10.4 LANGUAGES CXX DESCRIPTION "Technical References Training Program")

include(GNUInstallDirs)

Expand Down

0 comments on commit e20b82e

Please sign in to comment.