Skip to content

Commit

Permalink
Исправлена сборка бинарных образов
Browse files Browse the repository at this point in the history
  • Loading branch information
Aren committed Sep 30, 2023
1 parent 0b83a49 commit d80565d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
commit: --signoff
Expand Down
16 changes: 8 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
*.elf
*.hdd
*.iso
*.0

bin/
limine/
ovmf/
kernel.elf
mseos.hdd
mseos.iso
*.0

bin/
limine/
ovmf/

0 comments on commit d80565d

Please sign in to comment.