Skip to content

Commit 2699366

Browse files
[edit] cicd.yml 오타 수정
1 parent aa09973 commit 2699366

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
gradle-${{ runner.os }}-
3838
3939
- name: 권한 부여
40-
- run: chmod +x ./gradlew
40+
run: chmod +x ./gradlew
4141

4242
- name: Build with Gradle Wrapper (Skip Tests)
4343
run: ./gradlew build -x test

0 commit comments

Comments
 (0)