Skip to content

Commit cca4153

Browse files
committed
fix: workflows fix
1 parent 02111df commit cca4153

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main_optimo-user.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ jobs:
5050
app-name: ${{ env.AZURE_FUNCTIONAPP_NAME }}
5151
package: build/azure-functions/${{ env.AZURE_FUNCTIONAPP_NAME }}
5252
publish-profile: ${{ secrets.AZURE_PUBLISH_PROFILE }}
53+
compress: true

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ azurefunctions {
8080
FUNCTIONS_EXTENSION_VERSION = '~4'
8181
FUNCTIONS_WORKER_RUNTIME = 'java'
8282
}
83+
functionNameCase = 'lowercase'
8384
}
8485

8586
// 🔥 함수 클래스 스캔 문제 해결

0 commit comments

Comments
 (0)