Skip to content

Commit

Permalink
fix(actions): no quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Nov 8, 2023
1 parent f8b5511 commit b51e4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: mkdir src-tauri/target/release/plugins && mkdir src-tauri/target/release/themes

- name: Create empty config.json
run: cd src-tauri/target/release && echo "{}" >> config.json
run: cd src-tauri/target/release && echo {} >> config.json

# paths:
# Windows:
Expand Down

0 comments on commit b51e4b5

Please sign in to comment.