Skip to content

Commit b5251a7

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@ jobs:
152152
APPLE_SIGNING_IDENTITY: ${{ env.APPLE_SIGNING_IDENTITY }}
153153
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
154154
run: |
155+
APP_PATH="src-tauri/target/release/bundle/macos/gptme-tauri.app"
156+
DMG_PATH="src-tauri/target/release/bundle/dmg/gptme-tauri_${{ matrix.arch }}.dmg"
157+
155158
echo "Current directory: $(pwd)"
156159
echo "Contents of src-tauri/icons:"
157160
ls -l src-tauri/icons

0 commit comments

Comments
 (0)