Skip to content

Commit 186b37b

Browse files
committed
Use the correct path to the patch file.
1 parent 0a7e947 commit 186b37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-zip-default-themes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
if: ${{ steps.built-file-check.outputs.uncommitted_changes == 'true' }}
173173
with:
174174
name: pr-built-file-changes
175-
path: changes.diff
175+
path: src/wp-content/themes/${{ matrix.theme }}/changes.diff
176176

177177
- name: Ensure version-controlled files are not modified or deleted
178178
run: git diff --exit-code

0 commit comments

Comments
 (0)