From c898b41e8b000a57a7bda4d2502bcbe05f0f406d Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Sun, 1 Sep 2024 15:02:19 +0200 Subject: [PATCH] bugfix: switching to windows-specfic asset_content_type for .exe --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 668f45a..cd226c9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,4 +56,4 @@ jobs: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: build/ProxySwitcher.exe asset_name: ProxySwitcher.exe - asset_content_type: application/octet-stream + asset_content_type: x-msdownload