We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 206b9ae commit 9d6010bCopy full SHA for 9d6010b
1 file changed
.github/workflows/ci.yml
@@ -191,7 +191,7 @@ jobs:
191
if: startsWith(matrix.os, 'macos-')
192
run: |
193
set -euo pipefail
194
- DMG="$(/usr/bin/find build-Release -name '*.dmg' -print -quit)"
+ DMG="$(/usr/bin/find build-Release -maxdepth 1 -name '*.dmg' -print -quit)"
195
echo "DMG: $DMG"
196
197
JSON_OUT="$(mktemp)"
@@ -230,7 +230,7 @@ jobs:
230
231
232
233
234
xcrun stapler staple "$DMG"
235
# Optional: also staple the app (useful if you ever upload the .app directly)
236
APP_BUNDLE="$(/usr/bin/find build-Release -name '*.app' -maxdepth 2 -print -quit)"
0 commit comments