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

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 - name: Build
run: | run: |
python3 build.py 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 - name: Add and commit files
uses: EndBug/add-and-commit@v9 uses: EndBug/add-and-commit@v9
with: 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_name: Bot
author_email: bot@example.com author_email: bot@example.com
commit: --signoff commit: --signoff

16
.gitignore vendored
View File

@ -1,8 +1,8 @@
*.elf kernel.elf
*.hdd mseos.hdd
*.iso mseos.iso
*.0 *.0
bin/ bin/
limine/ limine/
ovmf/ ovmf/