From 569df0ea42fa3cb04eabddd402f4d25a46c3e89b Mon Sep 17 00:00:00 2001 From: Matt Troutman Date: Sun, 19 May 2024 03:16:20 -0500 Subject: [PATCH] Updates --- .github/workflows/release.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 63233b9..5e7f702 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,4 +41,10 @@ jobs: - name: Upload Release Asset id: upload-release-asset uses: actions/upload-release-asset@v1 - en \ No newline at end of file + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + upload_url: ${{ steps.create_release.outputs.upload_url }} + asset_path: ./dist/your-asset.zip # replace with the path to your asset + asset_name: your-asset.zip # replace with the name of your asset + asset_content_type: application/zip \ No newline at end of file