Update upstream.yml

This commit is contained in:
kiddin9 2026-03-23 18:04:35 +08:00 committed by GitHub
parent 121b5af63e
commit 485f030fc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -466,7 +466,7 @@ jobs:
) &
(
for pkg in $(ls -d */ | grep -v "naiveproxy" | grep -v "luci-app-passwall"); do
for pkg in $(ls -d */ | grep -v "naiveproxy" | grep -v "luci-app-passwall | grep -v "luci-app-store"); 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