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