diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 49aa0fa..a6779e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 \ No newline at end of file + fi diff --git a/README.md b/README.md index 24b6b67..bef7f59 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -## macOS Installer ISO/DMG Builder via GitHub Actions – no Mac required +## macOS Installer images builder – no Mac required -- Generate bootable macOS installer ISO or DMG images directly from Apple’s servers via GitHub Actions. -- Includes intelligent file size optimization to produce the smallest possible installer images. +* Generate bootable macOS installer images directly from Apple’s servers via GitHub Actions. +* Includes intelligent file size optimization to produce the smallest possible installer images. **Supported formats:** * **ISO** – True DVD format compatible with **Proxmox VE**, **QEMU**, **VirtualBox**, and **VMware** -* **DMG** – For create bootable macOS installer USB drive on Windows with [**Rufus**](https://rufus.ie/en/#download) or on Linux with `dd` +* **DMG** – For create bootable macOS installer USB drive on Windows with [Rufus](https://rufus.ie/en/#download) or on Linux with **`dd`** **Workflows available:** -* **macOS Recovery ISO (Recommended)** – Lightweight recovery image (build takes ~2-5 min) • Best for virtualization +* **macOS Recovery ISO (Recommended)** – Lightweight recovery image (build takes ~2-5 min) • Best for virtualization * **macOS Full Installer** – Complete offline installer (build takes ~20-60 min, 5-18GB) • Best for offline use > [!IMPORTANT]