ci: Fix permissions of certain files in binary branch
This commit is contained in:
parent
eac03c8c89
commit
9079f3007d
|
@ -41,6 +41,9 @@ jobs:
|
||||||
- name: Build the bootloader
|
- name: Build the bootloader
|
||||||
run: make -C build
|
run: make -C build
|
||||||
|
|
||||||
|
- name: Fix permissions of certain files
|
||||||
|
run: for f in build/bin/limine.sys build/bin/BOOTX64.EFI build/bin/BOOTIA32.EFI build/bin/BOOTAA64.EFI; do chmod -x $f; done
|
||||||
|
|
||||||
- name: Clean limine
|
- name: Clean limine
|
||||||
run: rm build/bin/limine
|
run: rm build/bin/limine
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue