Skip to content

Commit

Permalink
Merge pull request #113 from SSUMC-7th/woody/#107
Browse files Browse the repository at this point in the history
[CI] : GitHub Actions 프로젝트 상대경로 수정
  • Loading branch information
2ghrms authored Dec 26, 2024
2 parents 35d81aa + 02d545d commit 56234f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Grant execute permission for gradlew # gradlew 실행 권한 부여
run: |
cd ../../..
cd ./spring
chmod +x gradlew
- name: Build with Gradle # Gradle을 사용하여 프로젝트 빌드
Expand Down

0 comments on commit 56234f7

Please sign in to comment.