diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 4a80960..2f4aab7 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -62,6 +62,8 @@ jobs: # touch ./application-prod.yml # echo "${{ secrets.YML_PROD }}" > ./application-prod.yml # shell: bash + - name: Grant execute permission for Gradle wrapper + run: chmod +x ./gradlew # gradle build - name: Build with Gradle