mirror of
https://github.com/armbian/build.git
synced 2026-01-06 09:58:46 -08: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