From 32c1fd8147fe585229be3418ff09ffd44d1f5f0d Mon Sep 17 00:00:00 2001 From: trippjoe Date: Wed, 30 Mar 2022 15:11:59 -0400 Subject: [PATCH] content type --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 911306b..bad9552 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,4 +47,6 @@ jobs: upload_url: ${{ steps.create_release.outputs.upload_url}} asset_path: ./out asset_name: launcher-v${{ github.run_number}} - asset_content_type: [application/exe, appplication/app] + asset_content_type: + application/exe, + appplication/app