Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-14 06:13:09 +00:00

actions: delete android, bsd and windows bins in embedded release

This commit is contained in:
bol-van
2025-11-22 10:07:35 +03:00
parent ddfbd34be5
commit 87b525f639

View File

@@ -550,7 +550,8 @@ jobs:
zip -qr ${{ env.repo_dir }}.zip ${{ env.repo_dir }} zip -qr ${{ env.repo_dir }}.zip ${{ env.repo_dir }}
( (
cd ${{ env.repo_dir }} cd ${{ env.repo_dir }}
rm -rf init.d/{openrc,pfsense,runit,s6,systemd} \ rm -rf binaries/{android*,freebsd*,win*} \
init.d/{openrc,pfsense,runit,s6,systemd} \
nfq2 ip2net mdig docs Makefile nfq2 ip2net mdig docs Makefile
) )
tar --owner=0 --group=0 -czf ${{ env.repo_dir }}-openwrt-embedded.tar.gz ${{ env.repo_dir }} tar --owner=0 --group=0 -czf ${{ env.repo_dir }}-openwrt-embedded.tar.gz ${{ env.repo_dir }}