Skip to content

Commit

Permalink
Merge pull request #114 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 56234f7 + 9acb325 commit 651d391
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Build with Gradle # Gradle을 사용하여 프로젝트 빌드
uses: gradle/gradle-build-action@v2
with:
gradle-wrapper: ./spring/gradlew # gradlew 경로 지정
arguments: build

- name: Upload build artifact # 빌드된 아티팩트 업로드
Expand Down

0 comments on commit 651d391

Please sign in to comment.