Skip to content

Commit 65e4651

Browse files
one to all
1 parent 9591f33 commit 65e4651

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build_image
2-
on: push
2+
on: release
33

44
jobs:
55
build_passwall:
@@ -20,7 +20,7 @@ jobs:
2020
cp -r $VOLUME_HOME /home/build/openwrt_workflow
2121
wget https://github.com/xiaorouji/openwrt-passwall/archive/3aff3af88536227d12fb7206992af64ff21cf4d2.zip -O /home/build/openwrt_workflow/openwrt-passwall-3aff3af88536227d12fb7206992af64ff21cf4d2.zip
2222
cd /home/build/openwrt_workflow
23-
unzip openwrt-passwall-3aff3af88536227d12fb7206992af64ff21cf4d2.zip
23+
unzip -o openwrt-passwall-3aff3af88536227d12fb7206992af64ff21cf4d2.zip
2424
chown -R build:build /home/build/openwrt_workflow
2525
cd /home/build/openwrt
2626
@@ -174,7 +174,7 @@ jobs:
174174
dns2socks ipt2socks luci-i18n-passwall-zh-cn microsocks pdnsd-alt
175175
shadowsocksr-libev-ssr-check shadowsocksr-libev-ssr-local shadowsocksr-libev-ssr-nat
176176
shadowsocksr-libev-ssr-redir shadowsocksr-libev-ssr-server simple-obfs simple-obfs-server
177-
tcping trojan-plus v2ray-core v2ray-plugin v2ray-extra v2ray-example -dnsmasq
177+
tcping trojan-plus v2ray-core v2ray-plugin v2ray-extra v2ray-example open-vm-tools -dnsmasq
178178
- uses: actions/upload-artifact@v3
179179
with:
180180
name: openwrt

0 commit comments

Comments
 (0)