@eshanized: push via script

This commit is contained in:
Eshan Roy (Eshanized)
2024-03-13 18:57:34 +05:30
parent c28c510446
commit 9297daeec7

View File

@@ -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