diff --git a/.github/workflows/release_package.yml b/.github/workflows/release_package.yml index 3287018..ea3714a 100644 --- a/.github/workflows/release_package.yml +++ b/.github/workflows/release_package.yml @@ -88,7 +88,7 @@ jobs: uses: actions/download-artifact@v4 with: pattern: build-dist-* - path: dist/* + path: dist/ merge-multiple: true - name: Add body.md shell: bash @@ -98,5 +98,5 @@ jobs: uses: ncipollo/release-action@v1 with: tag: ${{ needs.tag.outputs.release-tag }} - artifacts: "dist/" + artifacts: "dist/*" bodyFile: "body.md"