File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,10 +91,10 @@ jobs:
9191 run : mkdir artifacts
9292
9393 - name : Create a list of files that have changed
94- run : diff -rq ${{ github.workspace }}/build ${{ github.workspace }}/build-server | sed "s|${{ github.workspace }}/||g" > artifacts/file-changes.txt
94+ run : diff --strip-trailing-cr --recursive --exclude='.git' ${{ github.workspace }}/build ${{ github.workspace }}/build-server | sed "s|${{ github.workspace }}/||g" > artifacts/file-changes.txt
9595
9696 - name : Create a list of files that have changed
97- run : diff -r ${{ github.workspace }}/build ${{ github.workspace }}/build-server | sed "s|${{ github.workspace }}/||g" > artifacts/changes.diff
97+ run : diff --strip-trailing-cr --recursive --exclude='.git' ${{ github.workspace }}/build ${{ github.workspace }}/build-server | sed "s|${{ github.workspace }}/||g" > artifacts/changes.diff
9898
9999 - name : Save PR number
100100 run : echo "${EVENT_NUMBER}" > ./artifacts/NR
You can’t perform that action at this time.
0 commit comments