diff --git a/.github/workflows/rpmlint.yml b/.github/workflows/rpmlint.yml index 596b276..3f77ec9 100644 --- a/.github/workflows/rpmlint.yml +++ b/.github/workflows/rpmlint.yml @@ -31,7 +31,7 @@ jobs: - name: Find spec files run: | - SPECS=$(find ./ -type 'f' | grep ".spec") + SPECS=$(find ./ -type 'f' | grep "\.spec") echo "SPECS=$SPECS" >> $GITHUB_ENV - name: Run rpmlint