Skip to content

Commit

Permalink
# 경로확인 github
Browse files Browse the repository at this point in the history
  • Loading branch information
rlawltjd8547 committed Jan 17, 2025
1 parent c9008bc commit de54e04
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0

- name: Debug - List directory
run: ls -la

- name: Debug - List directory
run: ls -la ./board

- name: Grant execute permission for gradlew
run: chmod +x ./board/gradlew

Expand All @@ -43,6 +37,11 @@ jobs:
cd board # 'board' 디렉토리로 이동
./gradlew build # Windows에서 gradlew.bat 사용해 빌드
- name: Check if JAR file exists
run: |
echo "Checking if JAR file exists"
ls ./build/libs/
- name: Setup SSH
uses: webfactory/[email protected]
with:
Expand Down

0 comments on commit de54e04

Please sign in to comment.