Skip to content

Commit

Permalink
[Feat] gradle.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonsseo committed Dec 25, 2023
1 parent 0bd9e21 commit 43e495b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ jobs:
- name: Set APPLICATION.YML
run: |
cd ./src/main/resources
touch ./application.yml
# cd ./src/main/resources
# touch ./application.yml
mkdir -p src/main/resources
echo "${{ secrets.APPLICATION_YML }}" | base64 --decode > src/main/resources/application.yml
find src
shell: bash

# ## gradle build
Expand Down

0 comments on commit 43e495b

Please sign in to comment.