aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/actions/build-example/action.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-07-03 21:47:48 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-07-03 21:47:51 +0200
commitcce9ea25d243672b9f88b124eb56e4bf37adba4c (patch)
tree3079b0d73c273b027d520509422768941bf4671a /.github/actions/build-example/action.yml
parentproject.cmake: require the build dir argument (diff)
downloadcmake-common-cce9ea25d243672b9f88b124eb56e4bf37adba4c.tar.gz
cmake-common-cce9ea25d243672b9f88b124eb56e4bf37adba4c.zip
project.cmake.build -> project.build
Accordingly, rename cmake-build to project-build.
Diffstat (limited to '')
-rw-r--r--.github/actions/build-example/action.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/build-example/action.yml b/.github/actions/build-example/action.yml
index ba7b43f..63dd6b0 100644
--- a/.github/actions/build-example/action.yml
+++ b/.github/actions/build-example/action.yml
@@ -65,5 +65,5 @@ runs:
$args += '--',$src_dir,'TMP'
$env:VERBOSE = 1
- & $python -m project.cmake.build $args
+ & $python -m project.build $args
shell: pwsh