From aef107e27bad5ba67f9a7aad8393c8ce8c199183 Mon Sep 17 00:00:00 2001 From: juewuy Date: Thu, 17 Mar 2022 19:40:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=B2=E4=BF=AE=E6=94=B9=20=20=20=20=20=20?= =?UTF-8?q?=20=20.github/workflows/bin=5Fupdate.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/bin_update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bin_update.yml b/.github/workflows/bin_update.yml index c611133..74de668 100644 --- a/.github/workflows/bin_update.yml +++ b/.github/workflows/bin_update.yml @@ -67,7 +67,7 @@ jobs: curl -kfSL -O https://cdn.jsdelivr.net/gh/P3TERX/ca-certificates.crt@download/ca-certificates.crt curl -kfSL -O https://cdn.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geosite.dat sed -i '/GeoIP_v*/'d version - echo GeoIP_v=$version_new >> version + echo GeoIP_v=`date '+%Y%m%d'` >> version echo IP数据库及根证书文件更新完成! - name: Commit and push