diff --git a/.github/workflows/aws.yml b/.github/workflows/aws.yml index 4b87a2b..5f13fcf 100644 --- a/.github/workflows/aws.yml +++ b/.github/workflows/aws.yml @@ -40,8 +40,9 @@ jobs: echo "${{ secrets.APPLICATION_OAUTH }}" > video/src/main/resources/application-oauth.properties echo "${{ secrets.APPLICATION_PROPERTIES }}" > video/src/main/resources/application.properties - touch util/src/main/resources/application.properties + mkdir util/src/main/resources + touch util/src/main/resources/application.properties echo "${{ secrets.UTILL_APPLICATION_PROPERTIES }}" > util/src/main/resources/application.properties chmod +x gradlew