File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 20
20
strategy :
21
21
matrix :
22
22
include :
23
- # - os: macos
24
- # arch: arm64
25
- # runner: macos-latest
26
- # - os: macos
27
- # arch: x64
28
- # runner: macos-13
29
23
- os : windows
30
24
arch : x64
31
25
runner : windows-2025
@@ -115,6 +109,17 @@ jobs:
115
109
echo "Building Windows x64 artifacts"
116
110
pnpm make:windows
117
111
112
+ - name : List all artifacts (debug)
113
+ if : always()
114
+ working-directory : apps/desktop
115
+ shell : bash
116
+ run : |
117
+ echo "=== Listing all files in out directory (max depth 4) ==="
118
+ find out -maxdepth 4 -type f 2>/dev/null || true
119
+ echo ""
120
+ echo "=== Directory structure ==="
121
+ find out -maxdepth 4 -type d 2>/dev/null || true
122
+
118
123
- name : Get version from package.json
119
124
id : package_version
120
125
working-directory : apps/desktop
You can’t perform that action at this time.
0 commit comments