From d195dd07dc78c9f5ecda4791c37ea85a70196c00 Mon Sep 17 00:00:00 2001 From: Michael Bucari-Tovo Date: Thu, 27 Feb 2025 09:30:08 -0700 Subject: [PATCH] Remove `upload-release-assets` package (out of support) --- .github/workflows/release.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) 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/*/*