ci: Fix permissions of certain files in binary branch

This commit is contained in:
mintsuki 2023-05-29 12:51:21 +02:00
parent eac03c8c89
commit 9079f3007d
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,9 @@ jobs:
- name: Build the bootloader
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
run: rm build/bin/limine