Skip to content

Commit 318abe2

Browse files
Fix workflows to work with new build system
1 parent 1ed3171 commit 318abe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: cargo xbuild --release
4949

5050
- name: 'Convert Bootloader ELF to Binary'
51-
run: cargo objcopy -- -I elf64-i386 -O binary --binary-architecture=i386:x86-64 target/x86_64-real_mode/release/stage_2 target/x86_64-real_mode/release/image.bin
51+
run: cargo objcopy -- -I elf64-i386 -O binary --binary-architecture=i386:x86-64 target/i8086-bootloader/release/bootloader target/i8086-bootloader/release/image.bin
5252

5353
# # install QEMU
5454
# - name: Install QEMU (Linux)

0 commit comments

Comments
 (0)