This commit is contained in:
Sving1024 2025-05-03 17:02:10 +08:00
parent d4ef66040b
commit 51c7ff0d5c
No known key found for this signature in database
GPG Key ID: 2BCE145890082742

View File

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