mirror of
https://github.com/roacn/openwrt-packages.git
synced 2025-01-08 11:57:31 +08:00
update
This commit is contained in:
parent
089451213d
commit
84eea21351
2
.github/workflows/upstream.yml
vendored
2
.github/workflows/upstream.yml
vendored
@ -107,6 +107,7 @@ jobs:
|
||||
done
|
||||
|
||||
- name: Delete duplicated packages
|
||||
continue-on-error: true
|
||||
run: |
|
||||
shopt -s extglob
|
||||
mv -n openwrt-passwall/* ./ ; rm -Rf openwrt-passwall
|
||||
@ -122,6 +123,7 @@ jobs:
|
||||
find "diy/patches" -type f -name '*.patch' -print0 | sort -z | xargs -I % -t -0 -n 1 sh -c "cat '%' | patch -d './' -p1 -E --forward --no-backup-if-mismatch"
|
||||
|
||||
- name: Modify
|
||||
continue-on-error: true
|
||||
run: |
|
||||
shopt -s extglob
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user