mirror of
https://github.com/SpaceTimee/Cealing-Host.git
synced 2025-09-14 05:46:46 +08:00
1.1.4.15 -> 1.1.4.16 第1次更新
This commit is contained in:
parent
f785a42d86
commit
135e1daea9
8
.github/workflows/convert_host_to_toml.yaml
vendored
8
.github/workflows/convert_host_to_toml.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user