File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 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"
9687
9788 # macOS code signing setup
9889 - name : Import Apple Developer Certificate (macOS)
@@ -161,6 +152,13 @@ jobs:
161152 APPLE_SIGNING_IDENTITY : ${{ env.APPLE_SIGNING_IDENTITY }}
162153 APPLE_TEAM_ID : ${{ secrets.APPLE_TEAM_ID }}
163154 run : |
155+ echo "Current directory: $(pwd)"
156+ echo "Contents of src-tauri/icons:"
157+ ls -l src-tauri/icons
158+ echo "APP_PATH: $APP_PATH"
159+ echo "DMG_PATH: $DMG_PATH"
160+ echo "APPLE_SIGNING_IDENTITY: $APPLE_SIGNING_IDENTITY"
161+
164162 if [ -z "$APPLE_SIGNING_IDENTITY" ]; then
165163 echo "Warning: Apple signing identity not available. Skipping app signing."
166164 exit 0
You can’t perform that action at this time.
0 commit comments