Skip to content

Commit

Permalink
Use -U0 for git diff
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkWanderer authored Dec 30, 2023
1 parent 8defd0a commit 6e80138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e80138

Please sign in to comment.