Skip to content

Commit

Permalink
sunny : Merge Changes from staging
Browse files Browse the repository at this point in the history
Merge pull request #4 from openai-ae/staging
  • Loading branch information
sppidy authored Jan 7, 2025
2 parents 7b6aa48 + 2e21f66 commit 354918c
Show file tree
Hide file tree
Showing 85,604 changed files with 696 additions and 1,617,577 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 3 additions & 3 deletions .github/workflows/mksunnyos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.branch }}

Expand All @@ -34,11 +34,11 @@ jobs:
-v "/mnt/temp:/tmp" \
archlinux:latest /bin/bash -c "
pacman -Sy --noconfirm archiso &&
mkarchiso -v -w /tmp/work -o /tmp/out /work/profile
mkarchiso -v -w /tmp/work -o /tmp/out /work
"
- name: Upload ISO artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: sunnyos-iso
path: /mnt/temp/out/*.iso
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
work
out
Loading

0 comments on commit 354918c

Please sign in to comment.