We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e60ecb commit 5181e1dCopy full SHA for 5181e1d
.github/workflows/release.yml
@@ -84,6 +84,15 @@ jobs:
84
85
- name: Prebuild
86
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"
96
97
# macOS code signing setup
98
- name: Import Apple Developer Certificate (macOS)
@@ -169,7 +178,7 @@ jobs:
169
178
170
179
echo "Creating DMG file"
171
180
# Create DMG using create-dmg tool
172
- npm install -g create-dmg
181
+ npm install -g create-dmg@4.0.0
173
182
create-dmg \
174
183
--volname "gptme-tauri" \
175
184
--volicon "src-tauri/icons/icon.icns" \
0 commit comments