mirror of
https://github.com/Snigdha-OS/snigdhaos-arctic.git
synced 2025-09-20 19:45:01 +02:00
@eshanized: push via script
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo pacman -S --noconfirm archiso git
|
||||
pacman -S --noconfirm archiso git
|
||||
|
||||
- name: Clone ArchISO repository
|
||||
run: git clone https://github.com/Snigdha-OS/snigdhaos-arctic.git
|
||||
@@ -26,7 +26,7 @@ jobs:
|
||||
- name: Build ArchISO image
|
||||
run: |
|
||||
cd scripts
|
||||
sudo ./01-online-build
|
||||
./01-online-build
|
||||
|
||||
- name: Upload built ISO artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
|
Reference in New Issue
Block a user