Skip to content

Commit

Permalink
修复 lede_RAX3000M_dsa.yml(ddns-cloudflare)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjxhb authored Nov 17, 2024
1 parent a5963ac commit ba03908
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/lede_RAX3000M_dsa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# 20240924更新:1、恢复LEDE仓库;2、常规更新。
# 20241008更新:1、更换openclash版本为dev版本;2、常规更新。
# 20241116更新:1、修复luci源码为18.06;2、更新tailscale为1.76.1;3、更新cloudflared版本为2024.11.0;4、替换argon主题为github原作者仓库;5、常规更新。
# 20241117更新:1、修复ddns_cloudflare。

name: compile LEDE_RAX3000M_dsa

Expand Down Expand Up @@ -83,8 +84,8 @@ jobs:
#sed -i 's/VERSION:=.*/VERSION:=1.72.1/g' openwrt/feeds/packages/net/tailscale/Makefile
#sed -i 's/HASH:=.*/HASH:=21b529e85144f526b61e0998c8b7885d53f17cba21252e5c7252c4014f5f507b/' openwrt/feeds/packages/net/tailscale/Makefile
# 替换update_cloudflare_com_v4.sh
rm -rf openwrt/feeds/packages/net/ddns-scripts/files/update_cloudflare_com_v4.sh
cp files/update_cloudflare_com_v4.sh openwrt/feeds/packages/net/ddns-scripts/files
rm -rf openwrt/feeds/packages/net/ddns-scripts/files/usr/lib/ddns/update_cloudflare_com_v4.sh
cp files/update_cloudflare_com_v4.sh openwrt/feeds/packages/net/ddns-scripts/files/usr/lib/ddns
# 修改cloudflared
sed -i 's/VERSION:=.*/VERSION:=2024.11.0/g' openwrt/feeds/packages/net/cloudflared/Makefile
sed -i 's/HASH:=.*/HASH:=bef01251bebfc2ddf146388c5b771bb41cc13a29f79dd7dfc504e47a2f161b63/' openwrt/feeds/packages/net/cloudflared/Makefile
Expand Down Expand Up @@ -148,7 +149,7 @@ jobs:
CONFIG_PACKAGE_cloudflared=y
CONFIG_PACKAGE_git-http=y
CONFIG_PACKAGE_msd_lite=y
CONFIG_PACKAGE_ddns-scripts_cloudflare.com-v4=y
CONFIG_PACKAGE_ddns-scripts-cloudflare=y
CONFIG_PACKAGE_tailscale=y
CONFIG_PACKAGE_luci-theme-argon=y
CONFIG_PACKAGE_luci-app-accesscontrol=y
Expand Down Expand Up @@ -205,5 +206,5 @@ jobs:
- name : 上传bin文件夹(固件+ipk)到 github actions
uses: actions/upload-artifact@v4
with:
name: LEDE_RAX3000M_dsa-20241116
name: LEDE_RAX3000M_dsa-20241117
path: openwrt/bin

0 comments on commit ba03908

Please sign in to comment.