Skip to content

Commit

Permalink
List all files in .app
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Dec 17, 2024
1 parent 21a3bde commit 8325e0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_macOS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:
LDFLAGS: "-L/opt/homebrew/lib"
DYLD_LIBRARY_PATH: "/opt/homebrew/lib"

- name: "[DEBUG] List all files in .app"
run: find "dist/TauonMusicBox.app"

- name: Create DMG
run: |
mkdir -p dist/dmg
Expand Down

0 comments on commit 8325e0f

Please sign in to comment.