Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aa15032261 authored Jan 18, 2024
1 parent d47913b commit 61f6560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build in Docker
run: docker build -t apple_set_os_loader . && mkdir ./build && docker run --rm -it -v ./build:/build apple_set_os_loader
run: docker build -t apple_set_os_loader . && mkdir ./build && docker run --rm -v ./build:/build apple_set_os_loader
- uses: actions/upload-artifact@v4
with:
name: release bootx64.efi
Expand Down

0 comments on commit 61f6560

Please sign in to comment.