This commit is contained in:
Sving1024 2025-05-03 17:31:00 +08:00
parent 51c7ff0d5c
commit 57688700ec
No known key found for this signature in database
GPG Key ID: 2BCE145890082742
2 changed files with 1 additions and 11 deletions

View File

@ -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"

View File

@ -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",
]: