diff --git a/.github/workflows/Nodes.yaml b/.github/workflows/Nodes.yaml index 25a8a5843..bdf8e017b 100644 --- a/.github/workflows/Nodes.yaml +++ b/.github/workflows/Nodes.yaml @@ -77,10 +77,10 @@ jobs: - name: long & Clash.yaml run: | #input ./utils/subconverter/check ./utils/subconverter/subconverter -g - #output ./utils/subconverter/long ./utils/subconverter/Clash.yaml ./utils/subconverter/pool.yaml ./utils/subconverter/rm1 + #output ./utils/subconverter/long ./utils/subconverter/Clash.yaml ./utils/subconverter/pool.yaml mv ./utils/subconverter/long ./long || true mv ./utils/subconverter/Clash.yaml ./Clash.yaml || true - rm ./utils/subconverter/check ./utils/subconverter/pool.yaml ./utils/subconverter/rm1 #delete ../check ../pool.yaml ../rm1 + rm ./utils/subconverter/check ./utils/subconverter/pool.yaml #delete ./utils/subconverter/check ./utils/subconverter/pool.yaml - name: git push run: ./.github/update-repo.sh || true #upload files ./url ./https ./long ./Clash.yaml ./utils/pool/output.yaml ./utils/clashcheck/input.yaml ./utils/clashcheck/check.yaml to GitHub