about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-12-31 17:54:15 +0100
committerGitHub <noreply@github.com>2021-12-31 17:54:15 +0100
commit895c8b70982672eaaa8d50c37e0b3af332d5c480 (patch)
tree6e3d13f60cd46880daeb72b7cf07f0e093c0e122
parentff82c956f140116a66c8926919b35229a504b735 (diff)
parentf3b300e9e0a5297e424393ce987c41ca13516ca7 (diff)
downloadbox64-895c8b70982672eaaa8d50c37e0b3af332d5c480.tar.gz
box64-895c8b70982672eaaa8d50c37e0b3af332d5c480.zip
Merge pull request #201 from Seas0/main
Fix the typo of CMakeLists.txt
-rw-r--r--.github/workflows/release.yml4
1 files 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: