mirror of
https://github.com/limine-bootloader/limine
synced 2024-12-01 20:57:03 +03:00
misc: Add BOOTRISCV64.EFI to permissions fix list
This commit is contained in:
parent
a069e220c0
commit
1c5fde5dc9
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
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
|
||||
run: for f in build/bin/limine.sys build/bin/BOOTX64.EFI build/bin/BOOTIA32.EFI build/bin/BOOTAA64.EFI BOOTRISCV64.EFI; do chmod -x $f; done
|
||||
|
||||
- name: Clean limine
|
||||
run: rm build/bin/limine
|
||||
|
Loading…
Reference in New Issue
Block a user