Skip to content

Commit 1ccbe53

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

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,6 @@ 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"
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

0 commit comments

Comments
 (0)