add -force to hdiutil detach (#16690)

This commit is contained in:
Kyle Altendorf 2023-10-25 09:37:08 -04:00 committed by GitHub
parent ca59c50a1d
commit 79f876e9ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -453,4 +453,4 @@ jobs:
- name: Detach .dmg
if: always()
run: |
hdiutil detach "/Volumes/Chia "*
hdiutil detach -force "/Volumes/Chia "*