From 51c7ff0d5cfe5700c5778a2a034c3e11c6853fec Mon Sep 17 00:00:00 2001 From: Sving1024 Date: Sat, 3 May 2025 17:02:10 +0800 Subject: [PATCH] fix path --- .github/workflows/generate-toml-and-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-toml-and-release.yaml b/.github/workflows/generate-toml-and-release.yaml index 116b4a7..9ecd9ec 100644 --- a/.github/workflows/generate-toml-and-release.yaml +++ b/.github/workflows/generate-toml-and-release.yaml @@ -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"