Skip to content

Commit

Permalink
build: rename latest file, change install directory
Browse files Browse the repository at this point in the history
  • Loading branch information
alerei committed Jan 11, 2024
1 parent 4a4a102 commit 0b86732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
submodules: true
- name: "CMake: Configure"
run: |
cmake -G Ninja -B build/${{ matrix.arch }} -DARCH=${{ matrix.arch }} -DCMAKE_BUILD_TYPE=${{ inputs.build-type }} -DCMAKE_INSTALL_PREFIX=out/${{ matrix.arch }}
cmake -G Ninja -B build/${{ matrix.arch }} -DARCH=${{ matrix.arch }} -DCMAKE_BUILD_TYPE=${{ inputs.build-type }}
- name: "CMake: Build"
run: |
cmake --build build/${{ matrix.arch }}
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ add_custom_target(
add_subdirectory(pkg)

add_custom_command(TARGET flunder.shared POST_BUILD
COMMAND echo -n ${PROJECT_VERSION} >latest_flunder
COMMAND echo -n ${PROJECT_VERSION} >latest
)

0 comments on commit 0b86732

Please # to comment.