diff --git a/.github/workflows/Nodes.yaml b/.github/workflows/Nodes.yaml index ed1aa3198..86539c829 100644 --- a/.github/workflows/Nodes.yaml +++ b/.github/workflows/Nodes.yaml @@ -46,7 +46,7 @@ jobs: run: cp ./utils/pool/output.yaml ./utils/subconverter/input.yaml #output ./utils/subconverter/input.yaml - name: subconverter #input ./utils/subconverter/input.yaml run: ./utils/subconverter/subconverter -g --artifact "filter" && rm ./utils/subconverter/input.yaml #delete ./utils/subconverter/input.yaml & output ./utils/subconverter/output.yaml - - name: fix output.yaml + - name: fix output run: cd ./utils/subconverter/ && sed -i '/ !/d' output.yaml #delete [ !] to fix output.yaml - name: move subconverter to clashcheck #input ./utils/subconverter/output.yaml run: mv ./utils/subconverter/output.yaml ./utils/clashcheck/input.yaml #output ./utils/clashcheck/input.yaml