Browse Source

github: delete windivert filters from embedded build

pull/1944/head v72.3
bol-van 6 months ago
parent
commit
14d7f27b6a
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -468,7 +468,7 @@ jobs:
(
cd ${{ env.repo_dir }}
rm -rf binaries/{android*,freebsd*,mac*,win*,x86_64/tpws_wsl.tgz} \
init.d/{openrc,macos,pfsense,runit,s6,systemd} \
init.d/{openrc,macos,pfsense,runit,s6,systemd,windivert.filter.examples} \
tpws nfq ip2net mdig docs files/huawei Makefile
)
tar --owner=0 --group=0 -czf ${{ env.repo_dir }}-openwrt-embedded.tar.gz ${{ env.repo_dir }}

Loading…
Cancel
Save