Skip to content

Commit 35d81aa

Browse files
authored
Merge pull request #112 from SSUMC-7th/woody/#107
[CI] : GitHub Actions 프로젝트 상대경로 수정
2 parents bd9150b + b692a33 commit 35d81aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dev_deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
shell: bash
2525

2626
- name: Grant execute permission for gradlew # gradlew 실행 권한 부여
27-
run: chmod +x gradlew
27+
run: |
28+
cd ../../..
29+
chmod +x gradlew
2830
2931
- name: Build with Gradle # Gradle을 사용하여 프로젝트 빌드
3032
uses: gradle/gradle-build-action@v2

0 commit comments

Comments
 (0)