diff --git a/.github/workflows/release_workflow.yml b/.github/workflows/release_workflow.yml index b966b4c..1c3bccf 100644 --- a/.github/workflows/release_workflow.yml +++ b/.github/workflows/release_workflow.yml @@ -40,6 +40,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./$RELEASE_ZIP - asset_name: $RELEASE_ZIP + asset_path: ./${{ env.RELEASE_ZIP }} + asset_name: ${{ env.RELEASE_ZIP }} asset_content_type: application/zip