Fixed typo in workflow that will cause every run to fail

This commit is contained in:
Daniel Winsor
2021-10-26 21:37:36 -07:00
parent 8a8c5b274c
commit 83bdb0fcd6
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
with:
cmakeBuildDirectory: ${{ env.build }}
# Ruleset file that will determine what checks will be run
ruleset: NativeRecommendRules.ruleset
ruleset: NativeRecommendedRules.ruleset
# Upload SARIF file to GitHub Code Scanning Alerts
- name: Upload SARIF to GitHub