Skip to content

Commit

Permalink
fix: build script 수정
Browse files Browse the repository at this point in the history
github action에서 제공하는 기능을 사용하는 대신 직접 script 작성
  • Loading branch information
hoyun06 authored Nov 26, 2023
1 parent 03fe130 commit 8b14c5f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ jobs:
- name: Run chmod to make gradlew executable
run: chmod +x ./gradlew
- name: Build with Gradle
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
with:
arguments: build
run: ./gradlew clean build
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 8b14c5f

Please sign in to comment.