File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
name : build_image
2
- on : push
2
+ on : release
3
3
4
4
jobs :
5
5
build_passwall :
20
20
cp -r $VOLUME_HOME /home/build/openwrt_workflow
21
21
wget https://github.com/xiaorouji/openwrt-passwall/archive/3aff3af88536227d12fb7206992af64ff21cf4d2.zip -O /home/build/openwrt_workflow/openwrt-passwall-3aff3af88536227d12fb7206992af64ff21cf4d2.zip
22
22
cd /home/build/openwrt_workflow
23
- unzip openwrt-passwall-3aff3af88536227d12fb7206992af64ff21cf4d2.zip
23
+ unzip -o openwrt-passwall-3aff3af88536227d12fb7206992af64ff21cf4d2.zip
24
24
chown -R build:build /home/build/openwrt_workflow
25
25
cd /home/build/openwrt
26
26
@@ -174,7 +174,7 @@ jobs:
174
174
dns2socks ipt2socks luci-i18n-passwall-zh-cn microsocks pdnsd-alt
175
175
shadowsocksr-libev-ssr-check shadowsocksr-libev-ssr-local shadowsocksr-libev-ssr-nat
176
176
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
178
178
- uses : actions/upload-artifact@v3
179
179
with :
180
180
name : openwrt
You can’t perform that action at this time.
0 commit comments