Skip to content

Commit

Permalink
Fix: gradlew권한부여
Browse files Browse the repository at this point in the history
  • Loading branch information
mummhy0811 authored Apr 30, 2024
1 parent 3348769 commit 5931ef6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ jobs:
touch ./application-private.properties
echo "${{ secrets.properties }}" > ./application-private.properties # github actions에서 설정한 값을 application-private.properties 파일에 쓰기
shell: bash


- name: Grant execute permission to Gradle wrapper
run: chmod +x ./gradlew

- name: Build with Gradle Wrapper
run: ./gradlew build

Expand Down

0 comments on commit 5931ef6

Please sign in to comment.