mirror of
https://github.com/limine-bootloader/limine
synced 2024-12-01 20:57:03 +03:00
ci: Fix permissions of certain files in binary branch
This commit is contained in:
parent
eac03c8c89
commit
9079f3007d
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -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
Block a user