Skip to content

Commit 2034173

Browse files
committed
Another test release.
1 parent eeef9cd commit 2034173

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ jobs:
6262
tauriScript: pnpm tauri
6363
args: --target ${{ matrix.target }}
6464

65+
- name: List bundle contents (debug)
66+
if: matrix.target == 'x86_64-pc-windows-msvc'
67+
run: find standalone/src-tauri/target/${{ matrix.target }}/release/bundle -type f | sort
68+
shell: bash
69+
6570
- name: Upload artifacts
6671
uses: actions/upload-artifact@v4
6772
with:

0 commit comments

Comments
 (0)