diff --git a/.github/workflows/generate-toml-and-release.yaml b/.github/workflows/generate-toml-and-release.yaml index 9ecd9ec..b9da8ad 100644 --- a/.github/workflows/generate-toml-and-release.yaml +++ b/.github/workflows/generate-toml-and-release.yaml @@ -18,14 +18,6 @@ jobs: path: | ./*.json ./*.toml - release: - runs-on: ubuntu-latest - needs: generate - steps: - - uses: actions/checkout@v4 - - uses: actions/download-artifact@v4 - with: - path: config/ - uses: ncipollo/release-action@v1 with: - artifacts: "./config/*/*.json, ./config/*/*.toml" + artifacts: "./*.json, ./*.toml" diff --git a/.github/workflows/generate.py b/.github/workflows/generate.py index 0cab4b4..0295486 100644 --- a/.github/workflows/generate.py +++ b/.github/workflows/generate.py @@ -31,8 +31,6 @@ def convert_json_to_toml(json_file_path, toml_file_path): # 使用示例 if __name__ == "__main__": for filename_base in [ - "Cealing-Host-A", - "Cealing-Host-P", "Cealing-Host-R", "Cealing-Host", ]: