We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae1501 commit fcb843bCopy full SHA for fcb843b
.github/workflows/blank.yml
@@ -25,10 +25,10 @@ jobs:
25
pacman -Syu --noconfirm &&
26
pacman -S --noconfirm git archiso grub &&
27
cd /workdir &&
28
- mkarchiso -v -w workdir/ -o out/.
+ sudo mkarchiso -v -w workdir/ -o out/ .
29
"
30
31
- - name: Rename the Created ISO to BlendOS.iso
+ - name: Rename ISO to Arch
32
run: |
33
docker exec arch-container bash -c "
34
# Find the created ISO (assuming only one .iso file in the output directory)
0 commit comments