Skip to content

Commit 1e52d76

Browse files
authored
Update main.yml
1 parent 722fbf1 commit 1e52d76

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ jobs:
2020
with:
2121
java-version: 17
2222

23-
# application.yml 만들기
23+
# application.yml 만들기
24+
- name: Ensure resource directory exists
25+
run: mkdir -p src/main/resources
26+
2427
- name: generate application.yml file
2528
run: |
2629
cd ./src/main/resources

0 commit comments

Comments
 (0)