From 6e801389bd43a953953f70bfcb937930a7341afc Mon Sep 17 00:00:00 2001 From: "Oleg V. Kozlyuk" Date: Sat, 30 Dec 2023 12:35:30 +0300 Subject: [PATCH] Use -U0 for git diff --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 246729f30..925f0b05a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -93,7 +93,7 @@ jobs: working-directory: ${{ github.workspace }}/out/install/Orbiter shell: cmd continue-on-error: true - run: git diff --ignore-cr-at-eol --ignore-space-at-eol --no-index exports.2016.txt out/install/Orbiter/exports.txt + run: git diff -U0 --ignore-cr-at-eol --ignore-space-at-eol --no-index exports.2016.txt out/install/Orbiter/exports.txt - name: Upload exports uses: actions/upload-artifact@v4