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:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user