From b4243c56cf22e6789027367dc413fb2d5c3073e3 Mon Sep 17 00:00:00 2001 From: Yu Steven <78414278+yu-steven@users.noreply.github.com> Date: Mon, 25 Jul 2022 08:45:40 +0800 Subject: [PATCH] Update Nodes.yaml --- .github/workflows/Nodes.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Nodes.yaml b/.github/workflows/Nodes.yaml index 0ad77e8ff..136a97ad8 100644 --- a/.github/workflows/Nodes.yaml +++ b/.github/workflows/Nodes.yaml @@ -45,11 +45,11 @@ jobs: - name: copy pool to clashcheck #input ./utils/pool/output.yaml run: cp ./utils/pool/output.yaml ./utils/clashcheck/input.yaml #output ./utils/clashcheck/input.yaml - name: clashcheck #because ./utils/clashcheck/config.yaml so input ./utils/clashcheck/input.yaml - run: cd ./utils/clashcheck/ && python main.py && python main.py && python main.py && rm input.yaml #delete ./utils/clashcheck/input.yaml & output ./utils/clashcheck/check.yaml + run: cd ./utils/clashcheck/ && python main.py && python main.py && python main.py && rm input.yaml #output ./utils/clashcheck/check.yaml & delete ./utils/clashcheck/input.yaml - name: move clashcheck to clash2base64 #input ./utils/clashcheck/check.yaml run: mv ./utils/clashcheck/check.yaml ./utils/subconverter/check.yaml #output ./utils/subconverter/check.yaml - name: clash2base64 #input ./utils/subconverter/check.yaml - run: ./utils/subconverter/subconverter -g --artifact "clash2base64" #output ./utils/subconverter/check + run: ./utils/subconverter/subconverter -g --artifact "clash2base64" && rm utils/subconverter/check.yaml #output ./utils/subconverter/check & delete ./utils/subconverter/check.yaml - name: base64 decode #because ./utils/subconverter/generate.ini so input ./utils/subconverter/check run: base64 -d ./utils/subconverter/check > ./utils/rm/url && rm ./utils/subconverter/check #output ./utils/rm/url & delete ./utils/subconverter/check - name: remove & rename #input ./utils/rm/url