Skip to content

Commit 54ea1ff

Browse files
authored
fix(cd): gradlew 경로 오류 수정 및 working-directory 적용
1 parent 8b8cdb5 commit 54ea1ff

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,10 @@ jobs:
3232
distribution: 'temurin'
3333

3434
- name: Grant execute permission for gradlew
35-
run: chmod +x ./FixLog_Server/gradlew
35+
run: chmod +x ./gradlew
3636

3737
- name: Build with Gradle
38-
run: |
39-
cd FixLog_Server
40-
./gradlew clean build -x test
38+
run: ./gradlew clean build -x test
4139

4240
- name: Configure AWS credentials
4341
uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)