diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-12-31 17:54:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-31 17:54:15 +0100 |
| commit | 895c8b70982672eaaa8d50c37e0b3af332d5c480 (patch) | |
| tree | 6e3d13f60cd46880daeb72b7cf07f0e093c0e122 | |
| parent | ff82c956f140116a66c8926919b35229a504b735 (diff) | |
| parent | f3b300e9e0a5297e424393ce987c41ca13516ca7 (diff) | |
| download | box64-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.yml | 4 |
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: |