diff --git a/.github/workflows/bundle.yml b/.github/workflows/bundle.yml index 8d2ea6c..cf2c8ca 100644 --- a/.github/workflows/bundle.yml +++ b/.github/workflows/bundle.yml @@ -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