Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
SelfhostedPro committed Apr 28, 2024
1 parent 96f3146 commit c35c926
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/armbian_custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,9 @@ jobs:
mkdir -pv build/userpatches
rsync -av os/userpatches/. build/userpatches/
[[ -d custom/userpatches ]] && rsync -av custom/userpatches/. build/userpatches/
echo "ls custom"
ls -R custom
echo "ls build/userpatches"
ls build/userpatches
- name: Compile Armbian ${{ matrix.release }}-${{ matrix.kernel }}
Expand Down

0 comments on commit c35c926

Please sign in to comment.