diff --git a/.github/workflows/aws.yml b/.github/workflows/aws.yml index cd4dba6..4b87a2b 100644 --- a/.github/workflows/aws.yml +++ b/.github/workflows/aws.yml @@ -41,6 +41,7 @@ jobs: echo "${{ secrets.APPLICATION_PROPERTIES }}" > video/src/main/resources/application.properties touch util/src/main/resources/application.properties + mkdir util/src/main/resources echo "${{ secrets.UTILL_APPLICATION_PROPERTIES }}" > util/src/main/resources/application.properties chmod +x gradlew