We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 332ea5b commit 871b8b2Copy full SHA for 871b8b2
.github/workflows/main.yml
@@ -13,12 +13,12 @@ jobs:
13
build_on_windows:
14
uses: ./.github/workflows/build_win.yml
15
with:
16
- runner: windows-latest
+ runner: "['windows-latest']"
17
electronArgument: --windows nsis:x64
18
build_on_ubuntu:
19
uses: ./.github/workflows/build_linux.yml
20
21
- runner: ubuntu-latest
+ runner: "['ubuntu-latest']"
22
electronArgument: --x64
23
build_on_mac_intel:
24
uses: ./.github/workflows/build_darwin.yml
0 commit comments