Skip to content

Commit 14e9a5c

Browse files
committed
Don’t persist the git directory from the Dawn source
1 parent ce41b55 commit 14e9a5c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dawn.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
4444
uses: actions/upload-artifact@v4
4545
with:
4646
name: dawn-source
47-
path: Dawn/dawn-source/
47+
path: |
48+
Dawn/dawn-source/
49+
!Dawn/dawn-source/.git
4850
retention-days: 1
4951

5052
- name: Read Dawn version

0 commit comments

Comments
 (0)