Skip to content

Commit

Permalink
Update Deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jinseohyun1228 authored Nov 7, 2024
1 parent c632fc0 commit ff00a3c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,15 @@ jobs:
working-directory: ./boomerang
run: ./gradlew build -x test

- name: Debug boomerang directory structure
run: |
echo "Current directory: $(pwd)"
ls -l ./boomerang # boomerang 디렉토리 내용 나열
- name: Debug working directory
run: |
echo "Current directory: $(pwd)"
ls -l ./boomerang/scripts
ls -l ./boomerang/scripts # scripts 디렉토리 내용 나열
- name: Convert line endings and grant execute permission for scripts
run: |
Expand Down

0 comments on commit ff00a3c

Please sign in to comment.