Skip to content

Commit

Permalink
Adding musescore command
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmcf committed Nov 7, 2023
1 parent 969ca60 commit bad7c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-medias.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
run: |
find public/collection/ -type f -name "*.mscz" | jq -R -s -c 'split("\n") | map({"in":., "out": [[ . | sub(".mscz";"_"),".svg"],"\(. | sub(".mscz";".metajson"))"]})' | jq 'map(select(.in != ""))' > media-generation.json
cat media-generation.json
musescore-cli -j media-generation.json
# index-files:

0 comments on commit bad7c77

Please sign in to comment.