Update ISO-Builder.yml

This commit is contained in:
Tommaso Chiti 2021-05-06 13:24:09 +02:00 committed by GitHub
parent 69af230c9d
commit 8bf4b58e85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# This workflow will build an Arch Linux ISO file with the commit on it # This workflow will build an Arch Linux ISO file with the commit on it
name: Build Arch ISO with ArchInstall Commit name: Build Arch ISO with easy-arch.
on: on:
push: push:
@ -29,7 +29,6 @@ jobs:
- run: cat /etc/os-release - run: cat /etc/os-release
- run: ls -lah - run: ls -lah
- run: mkdir -p /tmp/archlive/airootfs/root/ && cp easy-arch.sh /tmp/archlive/airootfs/root/ - run: mkdir -p /tmp/archlive/airootfs/root/ && cp easy-arch.sh /tmp/archlive/airootfs/root/
- run: cat /tmp/archlive/airootfs/root/.zprofile
- run: pacman -Sy; pacman --noconfirm -S git archiso - run: pacman -Sy; pacman --noconfirm -S git archiso
- run: cp -r /usr/share/archiso/configs/releng/* /tmp/archlive - run: cp -r /usr/share/archiso/configs/releng/* /tmp/archlive
- run: find /tmp/archlive - run: find /tmp/archlive