We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 272e700 commit a241766Copy full SHA for a241766
1 file changed
.github/workflows/release.yml
@@ -57,7 +57,7 @@ jobs:
57
git fetch origin master
58
CHANGED_FILES=$(git diff --name-only HEAD^ HEAD)
59
echo "Changed files: $CHANGED_FILES"
60
- if echo "$CHANGED_FILES" | grep -qE 'CustomSettings.config|CalibreImport.dll|Setup.ps1'; then
+ if echo "$CHANGED_FILES" | grep -qE "${{ env.BUILD_PATH }}/CustomSettings.config|${{ env.BUILD_PATH }}/CalibreImport.dll|${{ env.BUILD_PATH }}/Setup.ps1"; then
61
echo "FILES_CHANGED=true" >> $GITHUB_ENV
62
else
63
echo "FILES_CHANGED=false" >> $GITHUB_ENV
0 commit comments