mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 02:31:15 +00:00
It's important to compare against the correct file
This commit is contained in:
parent
c291f18e19
commit
bf249eff3f
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -151,7 +151,7 @@ jobs:
|
||||
curl -fLSs -o ISLEPROGRESS-OLD.TXT https://github.com/isledecomp/isle/releases/download/continuous/ISLEPROGRESS.TXT || echo "" >ISLEPROGRESS-OLD.TXT
|
||||
curl -fLSs -o LEGO1PROGRESS-OLD.TXT https://github.com/isledecomp/isle/releases/download/continuous/LEGO1PROGRESS.TXT || echo "" >LEGO1PROGRESS-OLD.TXT
|
||||
|
||||
diff -u0 ISLEPROGRESS-OLD.TXT CONFIGPROGRESS.TXT || true
|
||||
diff -u0 CONFIGPROGRESS-OLD.TXT CONFIGPROGRESS.TXT || true
|
||||
diff -u0 ISLEPROGRESS-OLD.TXT ISLEPROGRESS.TXT || true
|
||||
diff -u0 LEGO1PROGRESS-OLD.TXT LEGO1PROGRESS.TXT || true
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user