Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobuxstation authored Oct 25, 2023
1 parent 56c0a2c commit afa78e3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@ jobs:
sudo dpkg --add-architecture i386 && sudo apt-get update -y
sudo apt-get install -y dpkg fakeroot wine32 wine64 rpm nasm make genisoimage coreutils dosfstools
chmod +x ./buildunix.sh
working-directory: ~/repo
- name: Generate builds
run: |
sudo ./buildunix.sh
working-directory: ~/repo
- name: Archive artifacts
uses: actions/upload-artifact@v2
with:
name: disk_images
path: ~/repo/disk_images
path: disk_images/

0 comments on commit afa78e3

Please sign in to comment.