Skip to content

Commit

Permalink
[chore] 디렉터리 확인 경로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJE20 authored Sep 23, 2023
1 parent 001cbdd commit c02aca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: 현재 디렉터리에 있는 파일 확인
run: ls /gradle/wrapper
- name: 디렉터리에 있는 파일 확인
run: ls ./gradle/

- name: 스프링부트 애플리케이션 빌드
run: |
Expand Down

0 comments on commit c02aca5

Please sign in to comment.