Skip to content

Commit 9aeac30

Browse files
committed
syntax fix
1 parent 5915e6f commit 9aeac30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ jobs:
109109
110110
- name: Create default config.json
111111
shell: bash
112-
run: echo '{"use_conda": false, "gui_mode_enabled": false}' > config.json
112+
run: |
113+
echo "{\"use_conda\": false, \"gui_mode_enabled\": false}" > config.json
113114
114115
- name: Build with PyInstaller
115116
shell: bash

0 commit comments

Comments
 (0)