From e03a2856bf865abe31cde8b956b32a9d9b96776d Mon Sep 17 00:00:00 2001 From: zhanyeye Date: Mon, 18 Apr 2022 17:52:27 +0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3bc28fa..3be4d27 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: run: | echo "RELEASE_NAME=Released on $(date +%Y.%m.%d-%H:%M)" >> $GITHUB_ENV echo "TAG_NAME=$(date +%Y%m%d%H%M)" >> $GITHUB_ENV - echo "custom_rules=https://raw.githubusercontent.com/zhanyeye/clash-rules-for-dev/master/rules.txt" >> $GITHUB_ENV + echo "custom_rules=https://raw.githubusercontent.com/$GITHUB_REPOSITORY/master/rules.txt" >> $GITHUB_ENV shell: bash - name: Generate rules.txt file