From 83305c612f134ef2df78c171a01f626b9ad26873 Mon Sep 17 00:00:00 2001 From: "Nanashi." Date: Fri, 6 Dec 2024 07:23:04 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20diff=E5=8F=96=E5=BE=97=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [update snapshots] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cd1e22287b..de66c30720 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -160,7 +160,7 @@ jobs: # git diff に表示されるようにする git add --intent-to-add --all tests/ - git diff --binary --cached tests/ > patch-${{ matrix.os }}.diff + git diff --binary HEAD tests/ > patch-${{ matrix.os }}.diff - name: Upload patch to artifact if: needs.config.outputs.shouldUpdateSnapshots == 'true'