Skip to content

Commit 5181e1d

Browse files
committed
ci: add a debug step
1 parent 3e60ecb commit 5181e1d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,15 @@ jobs:
8484

8585
- name: Prebuild
8686
run: make prebuild
87+
88+
- name: Debug info
89+
run: |
90+
echo "Current directory: $(pwd)"
91+
echo "Contents of src-tauri/icons:"
92+
ls -l src-tauri/icons
93+
echo "APP_PATH: $APP_PATH"
94+
echo "DMG_PATH: $DMG_PATH"
95+
echo "APPLE_SIGNING_IDENTITY: $APPLE_SIGNING_IDENTITY"
8796
8897
# macOS code signing setup
8998
- name: Import Apple Developer Certificate (macOS)
@@ -169,7 +178,7 @@ jobs:
169178
170179
echo "Creating DMG file"
171180
# Create DMG using create-dmg tool
172-
npm install -g create-dmg
181+
npm install -g create-dmg@4.0.0
173182
create-dmg \
174183
--volname "gptme-tauri" \
175184
--volicon "src-tauri/icons/icon.icns" \

0 commit comments

Comments
 (0)