mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-25 05:31:56 -04:00
ci: ignore return code of diff
diff returns a 1 error code if diffs are found which halts the script, but we don't consider this an error, we're just interested in the information
This commit is contained in:
parent
706be168af
commit
aaf61ba48e
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -71,8 +71,8 @@ jobs:
|
||||
curl -fLSs -o ISLEPROGRESS-OLD.TXT https://github.com/isledecomp/isle/releases/download/continuous/ISLEPROGRESS.TXT
|
||||
curl -fLSs -o LEGO1PROGRESS-OLD.TXT https://github.com/isledecomp/isle/releases/download/continuous/LEGO1PROGRESS.TXT
|
||||
|
||||
diff -u ISLEPROGRESS-OLD.TXT ISLEPROGRESS.TXT
|
||||
diff -u LEGO1PROGRESS-OLD.TXT LEGO1PROGRESS.TXT
|
||||
diff -u ISLEPROGRESS-OLD.TXT ISLEPROGRESS.TXT || true
|
||||
diff -u LEGO1PROGRESS-OLD.TXT LEGO1PROGRESS.TXT || true
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@master
|
||||
|
Loading…
x
Reference in New Issue
Block a user