Fix WIndows artifact upload (#7389)

Fix `if statement` of the Windows binary artifact upload of GH Actions
This commit is contained in:
Melroy van den Berg 2022-01-03 15:53:26 +01:00 committed by GitHub
parent 82b9640387
commit a7659c368b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/*.*