Исправлена сборка бинарных образов

This commit is contained in:
Aren 2023-09-30 23:25:35 +03:00
parent 0b83a495b2
commit d80565d276
2 changed files with 12 additions and 10 deletions

View File

@ -24,12 +24,14 @@ jobs:
- name: Build
run: |
python3 build.py
git config advice.addIgnoredFile false
cp kernel.elf x86_64-kernel.elf
cp mseos.hdd x86_64-mseos.hdd
cp mseos.iso x86_64-mseos.iso
- name: Add and commit files
uses: EndBug/add-and-commit@v9
with:
add: 'kernel.elf mseos.hdd mseos.iso'
add: 'x86_64-kernel.elf x86_64-mseos.hdd x86_64-mseos.iso'
author_name: Bot
author_email: bot@example.com
commit: --signoff

6
.gitignore vendored
View File

@ -1,6 +1,6 @@
*.elf
*.hdd
*.iso
kernel.elf
mseos.hdd
mseos.iso
*.0
bin/