build: Fix permissions of output files in makefile instead of release recipe
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -44,9 +44,6 @@ jobs:
|
||||
- name: Clean limine-version
|
||||
run: rm build/bin/limine-version
|
||||
|
||||
- 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-enroll-config
|
||||
run: rm build/bin/limine-enroll-config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user