mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 18:41:15 +08:00
Update upstream.yml
This commit is contained in:
parent
a89d6563f3
commit
b8cc3fee94
2
.github/workflows/upstream.yml
vendored
2
.github/workflows/upstream.yml
vendored
@ -463,7 +463,7 @@ jobs:
|
||||
) &
|
||||
|
||||
(
|
||||
for pkg in $(ls -d */ | grep -v "naiveproxy" | grep -v "luci-app-passwall" | grep -v "luci-app-store" | grep -v "luci-app-quickstart"); do
|
||||
for pkg in $(ls -d */ | grep -v "naiveproxy" | grep -v "luci-app-store" | grep -v "luci-app-quickstart"); do
|
||||
if [[ "$(grep "PKG_VERSION" $pkg/Makefile)" && ! "$(grep "PKG_RELEASE" $pkg/Makefile)" ]]; then
|
||||
sed -i "s/\(PKG_VERSION:=.*\)/\1\nPKG_RELEASE:=/" $pkg/Makefile || true
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user