Skip to content

Commit

Permalink
working-directory TWO로 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
jin20fd authored Jul 19, 2024
1 parent 8bead85 commit 29f69b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:

- name: Grant execute permission for gradlew
run: chmod +x gradlew
working-directory: ./Back/TWO
working-directory: TWO

- name: Build with Gradle
run: ./gradlew clean build
working-directory: ./Back/TWO
working-directory: TWO

0 comments on commit 29f69b6

Please sign in to comment.