mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 10:32:40 +00:00
parent
142aeee131
commit
80fdc706d1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -278,7 +278,7 @@ jobs:
|
|||
|
||||
echo "creating new image"
|
||||
retries=0
|
||||
while ! hdiutil create -srcfolder new -volname Furnace -format UDZO furnace.dmg; do
|
||||
while ! hdiutil create -srcfolder new -volname Furnace -format UDZO -fs HFS+ furnace.dmg; do
|
||||
echo "TRYING AGAIN..."
|
||||
retries=$((retries+1))
|
||||
if [ $retries -gt 5 ]; then
|
||||
|
|
Loading…
Reference in a new issue