Skip to content

Commit

Permalink
wrong type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ableytner committed Mar 14, 2024
1 parent ffa7418 commit 3f189bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -98,5 +98,5 @@ jobs:
uses: ncipollo/release-action@v1
with:
tag: ${{ needs.tag.outputs.release-tag }}
artifacts: "dist/"
artifacts: "dist/*"
bodyFile: "body.md"

0 comments on commit 3f189bc

Please sign in to comment.