diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f5fcb8b3..50f6909e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,13 +51,8 @@ jobs: with: name: Libation ${{ needs.prerelease.outputs.version }} body: + token: ${{ secrets.GITHUB_TOKEN }} draft: true prerelease: false - - - name: Upload release assets - uses: dwenegar/upload-release-assets@v2 - env: - GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - with: - release_id: "${{ steps.release.outputs.id }}" - assets_path: ./artifacts + files: | + artifacts/*/*