Skip to content

Commit

Permalink
readded artifact that was accidentally deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
sebi364 committed Oct 1, 2024
1 parent 53bbb75 commit 296e221
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
run: |
cd build
sudo ./buildlinux.sh
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./deploy/linux/

deploy:
needs: build
Expand Down
6 changes: 5 additions & 1 deletion build/buildlinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,8 @@ EOF

# cleanup
sudo rm -rf "$BUILD_DIR/rootfs"
sudo rm -rf "$BUILD_DIR/filesystem.img"
sudo rm -rf "$BUILD_DIR/filesystem.img"

# move linux into html dir
mkdir ../deploy/linux/root-x86/
cp $BUILD_DIR/weblinux/* ../deploy/linux/root-x86/

0 comments on commit 296e221

Please sign in to comment.