From d72cd69184a6945d86802934fd608370d7986c55 Mon Sep 17 00:00:00 2001 From: Kai Kramer Date: Tue, 25 Jan 2022 23:29:28 +0100 Subject: [PATCH] Removed upload of kse-*-setup.exe to VT due to size restrictions --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 974d5a928..56732b502 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -187,8 +187,8 @@ jobs: with: vt_api_key: ${{ secrets.VT_API_KEY }} update_release_body: true + # API calls to VT are limited to 32 MB, so kse-*-setup.exe is not possible right now files: | kse.exe kse-*.zip - kse-*-setup.exe kse-*-setup-no-jre.exe \ No newline at end of file