Skip to content

Commit 85c29f0

Browse files
Update release.yml correct publish ISO efi artifact
1 parent 238d50d commit 85c29f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ jobs:
9494
uses: actions/upload-artifact@v4
9595
with:
9696
name: ipxe-iso
97-
path: ipxe/src/bin/ipxe.iso
97+
path: ipxe/src/bin-x86_64-efi/ipxe.(iso|efi)
98+
9899

99100
- name: Create Release
100101
env:

0 commit comments

Comments
 (0)