From f3b300e9e0a5297e424393ce987c41ca13516ca7 Mon Sep 17 00:00:00 2001 From: Seas0 <30485844+Seas0@users.noreply.github.com> Date: Sat, 1 Jan 2022 00:21:32 +0800 Subject: Fix the typo of CMakeLists.txt in Github Action configuration --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 001e7d65..46cf94d1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ on: - "**/*.h" - "**/*.S" - "**/*.py" - - "CMakeList.txt" + - "CMakeLists.txt" - "**/*.yml" pull_request: types: [assigned, opened, synchronize, reopened] @@ -19,7 +19,7 @@ on: - "**/*.h" - "**/*.S" - "**/*.py" - - "CMakeList.txt" + - "CMakeLists.txt" - "**/*.yml" jobs: -- cgit 1.4.1