Skip to content

Commit f43565a

Browse files
committed
chore: minor change
1 parent bac3fc9 commit f43565a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-macos-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Create macOS image
6262
id: create_image
6363
run: |
64-
sudo bash mkmaciso "${{ inputs.macos_version }}" "${{ inputs.image_format }}" || exit 1
64+
./mkmaciso "${{ inputs.macos_version }}" "${{ inputs.image_format }}"
6565
if [ "${{ inputs.image_format }}" == "iso" ]; then
6666
echo "image_name=$(basename *.iso)" >> $GITHUB_OUTPUT
6767
else

0 commit comments

Comments
 (0)