From b6b29309c9d11ad923f429da0c12559624601ec0 Mon Sep 17 00:00:00 2001 From: Aaron Reisman Date: Sun, 22 Jan 2023 15:15:56 -0600 Subject: [PATCH] Go back to the old way of uploading assets --- .github/workflows/release.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index febfe804..f9f8044f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,4 +56,11 @@ jobs: body: draft: true prerelease: false - files: artifacts/* + + - name: Upload release assets + uses: dwenegar/upload-release-assets@v1 + env: + GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}' + with: + release_id: '${{ steps.create_release.outputs.id }}' + assets_path: ./artifacts