[ci] Add new files to patch file

This commit is contained in:
Eugene Yaremenko 2022-01-21 04:43:03 +02:00 committed by GitHub
parent 6ccbbcc7d9
commit c528f614e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ if [[ -z "$(git status --porcelain)" ]]; then
echo "No changes. Exiting."
exit 0
else
git add -N
git diff HEAD > "/tmp/${PUBLISH}.patch"
echo "Changed files:"
git status --porcelain