From 79ff1acc68c40de3d2e805fec9227e632b65aa84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Miri=C4=87?= Date: Tue, 19 Jan 2021 15:27:31 +0100 Subject: [PATCH] Remove Chocolatey package from GH release --- .github/workflows/all.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index c1adb6c5bf3d..ffaaeee89a98 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -380,6 +380,8 @@ jobs: with: name: binaries-windows path: dist + - name: Remove Chocolatey package + run: rm dist/k6*.nupkg - name: Create release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}