Skip to content

Commit 5a93063

Browse files
committed
[Fix]:권한 부여
1 parent 0f74a8e commit 5a93063

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
- name: Checkout code
6060
uses: actions/checkout@v4
6161

62+
- name: Make gradlew executable
63+
run: chmod +x ./gradlew
64+
6265
- name: Set up JDK 21
6366
uses: actions/setup-java@v3
6467
with:

0 commit comments

Comments
 (0)