Skip to content

Commit

Permalink
feat: add mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
baebae02 committed Sep 27, 2023
1 parent 5298caa commit 6c784d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:

- name: Create application.yml
run: |
mkdir -p ./src/main/resources
cd ./src/main/resources
echo "${{ secrets.APPLICATION }}" | base64 -d > application.yml
Expand Down

0 comments on commit 6c784d1

Please sign in to comment.