Fix WIndows artifact upload #7389

Merged
melroy89 merged 1 commit from patch-3 into master 2022-01-03 15:53:26 +01:00

View file

@ -95,7 +95,7 @@ jobs:
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
if: | if: |
github.event.pull_request.head.repo.full_name == github.repository startsWith(runner.os, 'windows')
with: with:
name: Windows name: Windows
path: ./dist/electron/*.* path: ./dist/electron/*.*