From 33e825da1d1146e65de6c40a415e86a55a1bdadc Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 8 Sep 2022 10:28:24 -0400 Subject: [PATCH] Hope this fixes github action --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 35523a5c3..12845bcc3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -91,6 +91,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: dist/build/${{ env.MV3PACKAGE }} - asset_name: ${{ env.MV3PACKAGE }} + asset_path: dist/build/${{ steps.release_info.outputs.MV3PACKAGE }} + asset_name: ${{ steps.release_info.outputs.MV3PACKAGE }} asset_content_type: application/octet-stream