[ci] Fix problem with bin patches

This commit is contained in:
Eugene Yaremenko 2022-01-21 05:01:19 +02:00 committed by GitHub
parent cbb3292c43
commit 2a668ab90d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ if [[ -z "$(git status --porcelain)" ]]; then
exit 0
else
git add --all
git diff HEAD > "/tmp/${PUBLISH}.patch"
git diff --binary HEAD > "/tmp/${PUBLISH}.patch"
echo "Changed files:"
git status --porcelain
echo "============================"