Skip to content

Commit 2d8d4a6

Browse files
authored
Update build-deploy.yml
1 parent 51995c4 commit 2d8d4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v3
2121
- name: make application-secret.yml
2222
run: |
23-
cd ./src/main/resources
23+
mkdir -p src/main/resources
2424
echo "${{ secrets.YML_SECRET }}" | base64 --decode > src/main/resources/application-secret.yml
2525
find src
2626
shell: bash

0 commit comments

Comments
 (0)