Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Oct 2, 2024
1 parent d29f582 commit 0a78ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-help.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
mkdir -p ~/tmpvolume
hdiutil attach lmms-*.dmg -mountpoint ~/tmpvolume
cp -R "~/tmpvolume/LMMS.app" /tmp/
cp -R ~/tmpvolume/LMMS.app /tmp/
- name: Display help
run: |
/tmp/LMMS.app/Contents/MacOS/lmms --help | grep "Usage: lmms"
Expand Down

0 comments on commit 0a78ac9

Please sign in to comment.