Skip to content

Commit ea6cbb5

Browse files
authored
Update deploy.yml
1 parent 995d35f commit ea6cbb5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
with:
2929
distribution: 'temurin'
3030
java-version: '17'
31+
32+
- name: List Files in Current Directory
33+
run: ls -la
3134

3235
- name: Grant execute permission for gradlew
3336
run: chmod +x ./gradlew

0 commit comments

Comments
 (0)