mirror of
https://github.com/0Nera/BMOSP.git
synced 2024-11-22 08:31:23 +03:00
Исправлена сборка бинарных образов
This commit is contained in:
parent
0b83a495b2
commit
d80565d276
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -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
|
||||
|
16
.gitignore
vendored
16
.gitignore
vendored
@ -1,8 +1,8 @@
|
||||
*.elf
|
||||
*.hdd
|
||||
*.iso
|
||||
*.0
|
||||
|
||||
bin/
|
||||
limine/
|
||||
ovmf/
|
||||
kernel.elf
|
||||
mseos.hdd
|
||||
mseos.iso
|
||||
*.0
|
||||
|
||||
bin/
|
||||
limine/
|
||||
ovmf/
|
||||
|
Loading…
Reference in New Issue
Block a user