Skip to content

Commit 871b8b2

Browse files
committed
Update main.yml
1 parent 332ea5b commit 871b8b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
build_on_windows:
1414
uses: ./.github/workflows/build_win.yml
1515
with:
16-
runner: windows-latest
16+
runner: "['windows-latest']"
1717
electronArgument: --windows nsis:x64
1818
build_on_ubuntu:
1919
uses: ./.github/workflows/build_linux.yml
2020
with:
21-
runner: ubuntu-latest
21+
runner: "['ubuntu-latest']"
2222
electronArgument: --x64
2323
build_on_mac_intel:
2424
uses: ./.github/workflows/build_darwin.yml

0 commit comments

Comments
 (0)