Skip to content

Commit 898dc93

Browse files
committed
update build.yml
1 parent 965ae54 commit 898dc93

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
steps:
1313
- name: checkout repository
1414
uses: actions/checkout@v4
15+
with:
16+
fetch-depth: 0
17+
filter: 'blob:none'
1518
- name: validate gradle wrapper
1619
uses: gradle/actions/wrapper-validation@v4
1720
- name: setup jdk
@@ -27,4 +30,4 @@ jobs:
2730
uses: actions/upload-artifact@v4
2831
with:
2932
name: Artifacts
30-
path: build/libs/
33+
path: build/libs/

0 commit comments

Comments
 (0)