Skip to content

Commit

Permalink
Update bundle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Loudbooks authored Oct 7, 2024
1 parent 1b337a9 commit eb09d5f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,9 @@ jobs:
run: pnpm tauri build

- name: Tree
if: matrix.os == 'macos-latest'
run: find .

- name: Tree (Windows)
if: matrix.os == 'windows-latest'
run: tree

0 comments on commit eb09d5f

Please sign in to comment.