Skip to content

Commit 8239e24

Browse files
authored
Only upload changed files (#902)
1 parent 823c4d2 commit 8239e24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sync_lab_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ jobs:
109109
uses: actions/upload-artifact@v4
110110
with:
111111
name: updated-repo
112-
path: .
112+
path: |
113+
$(git diff --name-only)
113114
114115
push-and-pr:
115116
needs: [check-latest-version, update-files]

0 commit comments

Comments
 (0)