Skip to content

Commit 899e8dd

Browse files
authored
refactor ( #2 ) : build-check.yml 수정
1 parent 41fe7d4 commit 899e8dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
path: |
3232
~/.gradle/caches
3333
~/.gradle/wrapper
34-
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
34+
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/*.kts', '**/gradle-wrapper.properties') }}
3535
restore-keys: |
3636
${{ runner.os }}-gradle-
3737
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Upload build reports
4545
if: always()
46-
uses: actions/upload-artifact@v3
46+
uses: actions/upload-artifact@v2
4747
with:
4848
name: build-reports
4949
path: |

0 commit comments

Comments
 (0)