Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jun02160 committed Jun 24, 2023
1 parent cd18abe commit a19339d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs: ## 어떤 작업을 실행시킬 것인가?
- name: make application.yml 파일 생성
run: |
## create application.yml
mkdir ./src/main/resources
cd ./src/main/resources
mkdir ./WEEK4/FourthSeminar/src/main/resources
cd ./WEEK4/FourthSeminar/src/main/resources
# application.yml 파일 생성 (touch: 빈 파일 생성하는 리눅스 명령어)
touch ./application.yml
Expand Down

0 comments on commit a19339d

Please sign in to comment.