-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ac8e774
commit 8ccf7ac
Showing
1 changed file
with
0 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,15 +37,6 @@ jobs: | |
cd board | ||
./gradlew build | ||
- name: Check build directory | ||
run: ls -R board/build/libs | ||
|
||
- name: Check build directory | ||
run: | | ||
ls -R board/build/libs | ||
# 또는 find 명령어로 .jar 파일 찾기 | ||
find . -name "*.jar" | ||
- name: Setup SSH | ||
uses: webfactory/[email protected] | ||
with: | ||
|