We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeef9cd commit 2034173Copy full SHA for 2034173
1 file changed
.github/workflows/release.yml
@@ -62,6 +62,11 @@ jobs:
62
tauriScript: pnpm tauri
63
args: --target ${{ matrix.target }}
64
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
+
70
- name: Upload artifacts
71
uses: actions/upload-artifact@v4
72
with:
0 commit comments