Skip to content

Commit 7603183

Browse files
committed
Try hdiutil detach
1 parent db39ee0 commit 7603183

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy-macos2.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
cp -r "${{ github.workspace }}/Resources" "${{ github.workspace }}/${{ steps.strings.outputs.deploy-name }}/gem-selektor.app/Contents"
7272
cp "${{ github.workspace }}/Resources/rungems3-mac.sh" "${{ github.workspace }}/${{ steps.strings.outputs.deploy-name }}/rungems3.sh"
7373
cp "${{ github.workspace }}/Resources/README-macos.txt" "${{ github.workspace }}/${{ steps.strings.outputs.deploy-name }}/README.txt"
74+
hdiutil detach "macos-${{ steps.strings.outputs.deploy-name }}" -force
7475
7576
# Create ZIP archive for GitHub release (unchanged)
7677
- name: Create dmg

0 commit comments

Comments
 (0)