Skip to content

Commit

Permalink
ci: fix hdiutil: couldn't eject - Resource busy
Browse files Browse the repository at this point in the history
  • Loading branch information
creamlike1024 committed Dec 31, 2024
1 parent a572de6 commit ca590f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ jobs:
end tell
end tell
EOD
hdiutil detach /Volumes/EasyLPAC
hdiutil detach -force /Volumes/EasyLPAC
hdiutil convert EasyLPAC.dmg -format UDZO -o EasyLPAC-macOS-arm64-with-lpac.dmg
- name: Build for macOS x86
Expand Down Expand Up @@ -165,8 +165,8 @@ jobs:
end tell
end tell
EOD
hdiutil detach /Volumes/EasyLPAC
hdiutil detach -force /Volumes/EasyLPAC
hdiutil convert EasyLPAC.dmg -format UDZO -o EasyLPAC-macOS-x86_64-with-lpac.dmg
- name: Upload Artifact
Expand Down

0 comments on commit ca590f3

Please sign in to comment.