Skip to content

Commit 4293383

Browse files
authored
Update cd.yml
1 parent 4420fbb commit 4293383

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
distribution: 'temurin'
3333

3434
- name: Grant execute permission for gradlew
35-
run: chmod +x ./gradlew
35+
run: |
36+
chmod +x ./gradlew
37+
chmod +x ./scripts/deploy.sh
3638
3739
- name: Build with Gradle
3840
run: ./gradlew clean build -x test

0 commit comments

Comments
 (0)