From cddc3cf7a0695eaba4333ab5a6ca86f2443de222 Mon Sep 17 00:00:00 2001 From: Johannes Date: Thu, 31 Mar 2022 08:42:11 +0200 Subject: [PATCH] Update nextion2text.yml --- .github/workflows/nextion2text.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nextion2text.yml b/.github/workflows/nextion2text.yml index fc151ac3..ec69957d 100644 --- a/.github/workflows/nextion2text.yml +++ b/.github/workflows/nextion2text.yml @@ -54,7 +54,8 @@ jobs: echo portrait python Nextion2Text.py -c ignore-id.py -d -i HMI/US/portrait/nspanel_US_P.HMI -o HMI/US/portrait/n2t-out - grep -vf HMI/US/portrait/diff-ignore/cardEntities.txt HMI/US/portrait/n2t-out/cardEntities.txt > HMI/US/portrait/n2t-out/cardEntities.txt + grep -vf HMI/US/portrait/diff-ignore/cardEntities.txt HMI/US/portrait/n2t-out/cardEntities.txt > tmp_file + mv tmp_file HMI/US/portrait/n2t-out/cardEntities.txt diff -bur HMI/n2t-out HMI/US/portrait/n2t-out > HMI/US/portrait/diff-eu-version.txt - name: Run n2t US L DIFF