Исправлена сборка бинарных образов [1/3]

This commit is contained in:
Aren 2023-09-30 23:05:32 +03:00
parent 2064e17767
commit 854d8419a4
1 changed files with 3 additions and 3 deletions

View File

@ -19,8 +19,8 @@ jobs:
- name: Build - name: Build
run: | run: |
python3 build.py python3 build.py
git add kernel.elf git add -f kernel.elf
git add mseos.hdd git add -f mseos.hdd
git add mseos.iso git add -f mseos.iso
git commit -m "Update" git commit -m "Update"
git push origin HEAD:refs/heads/binary git push origin HEAD:refs/heads/binary