From a7659c368b81c2f695637877fa4a1fd7117e0448 Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Mon, 3 Jan 2022 15:53:26 +0100 Subject: [PATCH] Fix WIndows artifact upload (#7389) Fix `if statement` of the Windows binary artifact upload of GH Actions --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b2eb02fd3..9de4e13fb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -94,7 +94,7 @@ jobs: - uses: actions/upload-artifact@v2 if: | - github.event.pull_request.head.repo.full_name == github.repository + startsWith(runner.os, 'windows') with: name: Windows path: ./dist/electron/*.*