Skip to content

Commit a3ae497

Browse files
authored
ci: optimize code
1 parent 266d97f commit a3ae497

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

.github/workflows/Auto update packages v3.yml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,23 @@ jobs:
6161
strategy:
6262
fail-fast: false
6363
matrix:
64-
pakcages: [chinadns-ng, geoview, hysteria, ipt2socks, microsocks, naiveproxy, shadow-tls, shadowsocks-rust, sing-box, tuic-client, v2ray-plugin, xray-core, xray-plugin, v2ray-geoip, v2ray-geosite]
64+
pakcages:
65+
- chinadns-ng
66+
- geoview
67+
# - haproxy
68+
- hysteria
69+
- ipt2socks
70+
- microsocks
71+
- naiveproxy
72+
- shadow-tls
73+
- shadowsocks-rust
74+
- sing-box
75+
- tuic-client
76+
- v2ray-plugin
77+
- xray-core
78+
- xray-plugin
79+
- v2ray-geoip
80+
- v2ray-geosite
6581
include:
6682
- pakcages: chinadns-ng
6783
update_type: multi_arch_pkg
@@ -84,6 +100,9 @@ jobs:
84100
curl -sL -H "Authorization: Bearer $GH_TOKEN" "https://api.github.com/repos/snowie2000/geoview/releases" | jq -r 'first | .tag_name' | sed -e 's/.*v//'
85101
release_download_url: https://codeload.github.com/snowie2000/geoview/tar.gz/
86102

103+
# - pakcages: haproxy
104+
105+
87106
- pakcages: hysteria
88107
update_type: single
89108
folder: hysteria

0 commit comments

Comments
 (0)