Skip to content

Commit 606fa29

Browse files
committed
Correct artifact path.
1 parent 513ca36 commit 606fa29

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/reusable-check-built-files.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,6 @@ jobs:
9696
if: ${{ steps.built-file-check.outputs.uncommitted_changes == 'true' }}
9797
run: git diff
9898

99-
- name: Create directory for PR data
100-
if: ${{ steps.built-file-check.outputs.uncommitted_changes == 'true' }}
101-
run: mkdir -p ./pr-data
102-
10399
- name: Save diff to a file
104100
if: ${{ steps.built-file-check.outputs.uncommitted_changes == 'true' }}
105101
run: git diff > ./changes.diff
@@ -111,4 +107,4 @@ jobs:
111107
if: ${{ steps.built-file-check.outputs.uncommitted_changes == 'true' }}
112108
with:
113109
name: pr-built-file-changes
114-
path: pr-built-file-changes/
110+
path: changes.diff

0 commit comments

Comments
 (0)