mirror of
https://github.com/SpaceTimee/Cealing-Host.git
synced 2025-09-14 13:56:47 +08:00
fix path
This commit is contained in:
parent
d4ef66040b
commit
51c7ff0d5c
@ -20,7 +20,7 @@ jobs:
|
|||||||
./*.toml
|
./*.toml
|
||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: generate
|
needs: generate
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v4
|
||||||
@ -28,4 +28,4 @@ jobs:
|
|||||||
path: config/
|
path: config/
|
||||||
- uses: ncipollo/release-action@v1
|
- uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
artifacts: "config/*.json,config/*.toml"
|
artifacts: "./config/*/*.json, ./config/*/*.toml"
|
||||||
|
Loading…
Reference in New Issue
Block a user