update README

This commit is contained in:
Tieu Long
2025-11-11 11:20:42 +07:00
committed by GitHub
parent 69389d07d4
commit a9cf12c008
2 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -18,7 +18,7 @@ on:
- 'Mojave'
- 'High Sierra'
image_format:
description: 'Image format: iso for virtual machines, dmg for burning to USB drive'
description: 'Select image format: iso for virtual machines, dmg for burning to USB drive'
required: true
type: choice
options:
@@ -292,9 +292,9 @@ jobs:
echo "Note: This ISO is intended for creating macOS virtual machine in Proxmox VE, QEMU, VMware, and VirtualBox." >> $GITHUB_STEP_SUMMARY
else
echo "## Successfully built macOS ${{ github.event.inputs.macos_version }} ${{ steps.fetch_installers.outputs.version }} DMG" >> $GITHUB_STEP_SUMMARY
echo "Note: This DMG is intended for create bootable installer USB drive on Windows with [**Rufus**](https://rufus.ie/en/#download) or on Linux with `dd`" >> $GITHUB_STEP_SUMMARY
echo 'Note: This DMG is intended for create bootable installer USB drive on Windows with [Rufus](https://rufus.ie/en/#download) or on Linux with `dd`' >> $GITHUB_STEP_SUMMARY
fi
echo "" >> $GITHUB_STEP_SUMMARY
echo "> [!TIP]" >> $GITHUB_STEP_SUMMARY
echo "> Enable [Cloudflare WARP](https://one.one.one.one/) for faster downloads." >> $GITHUB_STEP_SUMMARY
fi
fi