From 488b220b11735a0c3e9e54f75529651a159e24ee Mon Sep 17 00:00:00 2001 From: MOOn Date: Thu, 11 May 2023 18:48:21 +0800 Subject: [PATCH] Refine Action for Clash --- .gitea/workflows/clash.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/clash.yaml b/.gitea/workflows/clash.yaml index bba9c14..4e939ba 100644 --- a/.gitea/workflows/clash.yaml +++ b/.gitea/workflows/clash.yaml @@ -12,8 +12,9 @@ jobs: build: runs-on: ubuntu-latest steps: - - name: Checkout codebase - uses: https://github.com/actions/checkout@v3 + - name: Make directory + run: | + mkdir -p Clash/RuleSet/StreamingMedia - name: Set variables run: |