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 1ccbe53 commit b5251a7Copy full SHA for b5251a7
.github/workflows/release.yml
@@ -152,6 +152,9 @@ jobs:
152
APPLE_SIGNING_IDENTITY: ${{ env.APPLE_SIGNING_IDENTITY }}
153
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
154
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
+
158
echo "Current directory: $(pwd)"
159
echo "Contents of src-tauri/icons:"
160
ls -l src-tauri/icons
0 commit comments