mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Fix for Github Action - don't use custom folder if it doesn't exists
Closes https://github.com/armbian/build/issues/6332
This commit is contained in:
@@ -143,8 +143,7 @@ runs:
|
||||
# copy os userpatches and custom
|
||||
mkdir -pv build/userpatches
|
||||
rsync -av os/userpatches/. build/userpatches/
|
||||
#[[ -d custom/userpatches ]] &&
|
||||
rsync -av custom/userpatches/. build/userpatches/
|
||||
[[ -d custom/userpatches ]] && rsync -av custom/userpatches/. build/userpatches/
|
||||
|
||||
- shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user