From 135e1daea9bc7a0ddc6636df670dbcd9f1515f52 Mon Sep 17 00:00:00 2001 From: Space Time Date: Sat, 3 May 2025 21:33:28 +0800 Subject: [PATCH] =?UTF-8?q?1.1.4.15=20->=201.1.4.16=20=E7=AC=AC1=E6=AC=A1?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/convert_host_to_toml.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/convert_host_to_toml.yaml b/.github/workflows/convert_host_to_toml.yaml index 87031c6..2dfccf4 100644 --- a/.github/workflows/convert_host_to_toml.yaml +++ b/.github/workflows/convert_host_to_toml.yaml @@ -9,10 +9,12 @@ jobs: name: Convert Host To Toml runs-on: ubuntu-latest steps: - - name: Fetch Github Folder + - name: Fetch Github Folder & Host uses: actions/checkout@v4 with: - sparse-checkout: .github + sparse-checkout: | + .github + Cealing-Host.json - name: Setup Python uses: actions/setup-python@v5 @@ -28,7 +30,7 @@ jobs: cd ".github/workflows" python "convert_host_to_toml.py" - - name: Release Toml Host + - name: Release Toml uses: softprops/action-gh-release@v2 with: files: Cealing-Host.toml