From 7230d31d5fdd64f0953c5a4ffdfc13bf9383bbc3 Mon Sep 17 00:00:00 2001 From: juewuy <61367819+juewuy@users.noreply.github.com> Date: Fri, 19 May 2023 15:16:12 +0800 Subject: [PATCH] Update bin_update.yml --- .github/workflows/bin_update.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/bin_update.yml b/.github/workflows/bin_update.yml index 167794f..d732542 100644 --- a/.github/workflows/bin_update.yml +++ b/.github/workflows/bin_update.yml @@ -32,6 +32,8 @@ jobs: - name: Update Dashboard run: | + mkdir -p bin/dashboard + mkdir -p bin/geodata cd bin/dashboard echo 下载官方面板 curl -kfSL -o clashdb.zip https://github.com/Dreamacro/clash-dashboard/archive/gh-pages.zip