Skip to content

Commit fcb843b

Browse files
Update blank.yml
1 parent 2ae1501 commit fcb843b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/blank.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
pacman -Syu --noconfirm &&
2626
pacman -S --noconfirm git archiso grub &&
2727
cd /workdir &&
28-
mkarchiso -v -w workdir/ -o out/.
28+
sudo mkarchiso -v -w workdir/ -o out/ .
2929
"
3030
31-
- name: Rename the Created ISO to BlendOS.iso
31+
- name: Rename ISO to Arch
3232
run: |
3333
docker exec arch-container bash -c "
3434
# Find the created ISO (assuming only one .iso file in the output directory)

0 commit comments

Comments
 (0)