Skip to content

Commit

Permalink
fix: only build ovmf
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Dec 13, 2024
1 parent 6eb2703 commit ec3996d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
sudo ln -s /usr/bin/python3 /usr/bin/python || true
- name: Build OVMF
run: ./build.sh
run: ./build.sh ovmf

- name: Create release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit ec3996d

Please sign in to comment.