Исправлена сборка бинарных образов [1/3]
This commit is contained in:
parent
2064e17767
commit
854d8419a4
|
@ -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
|
Loading…
Reference in New Issue