Skip to content

Commit

Permalink
Merge pull request #116 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 daa1b3d + 86188a7 commit e4cc1b0
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 @@ -33,6 +33,7 @@ jobs:
with:
gradle-executable: ./spring/gradlew # gradlew 경로 지정
arguments: build
working-directory: ./spring # working-directory 추가 (spring 디렉토리에서 빌드 실행)

- name: Upload build artifact # 빌드된 아티팩트 업로드
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e4cc1b0

Please sign in to comment.