Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Sep 15, 2024
1 parent f66bd9e commit b7bbdfd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run-help.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:
with:
workflow: build.yml
name: linux
- name: Unpack artifact
run: unzip linux.zip
- name: ls
run: ls -lhart
- name: Make artifact executable
run: chmod +x lmms-*.AppImage
- name: Display help
run: |
lmms-*.AppImage --help | grep "Usage: lmms"
Expand Down

0 comments on commit b7bbdfd

Please sign in to comment.