Skip to content

Commit 3e88482

Browse files
committed
chore: re-enable mac builds
1 parent f13069c commit 3e88482

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.github/workflows/release.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ jobs:
2020
strategy:
2121
matrix:
2222
include:
23-
#- os: macos
24-
# arch: arm64
25-
# runner: macos-latest
26-
#- os: macos
27-
# arch: x64
28-
# runner: macos-13
2923
- os: windows
3024
arch: x64
3125
runner: windows-2025
@@ -115,6 +109,17 @@ jobs:
115109
echo "Building Windows x64 artifacts"
116110
pnpm make:windows
117111
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+
118123
- name: Get version from package.json
119124
id: package_version
120125
working-directory: apps/desktop

0 commit comments

Comments
 (0)