mirror of
https://github.com/ipxe/ipxe
synced 2026-05-04 03:03:43 +03:00
[ci] Remove redundant duplicate creation of version.txt
The version.txt file is now created by the "version" job (which also generates the release name, release title, and release notes). Remove the now-redundant generation of version.txt in the BIOS build job. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -42,7 +42,6 @@ jobs:
|
||||
${{ env.bindir }}/ipxe-legacy.lkrn \
|
||||
${{ env.bindir }}/ipxe-legacy.pxe \
|
||||
${{ env.bindir }}/undionly.kpxe \
|
||||
${{ env.bindir }}/version.txt \
|
||||
${{ env.bindir }}/errors
|
||||
|
||||
- name: Hardware list
|
||||
@@ -64,7 +63,6 @@ jobs:
|
||||
src/${{ env.bindir }}/ipxe-legacy.lkrn
|
||||
src/${{ env.bindir }}/ipxe-legacy.pxe
|
||||
src/${{ env.bindir }}/undionly.kpxe
|
||||
src/${{ env.bindir }}/version.txt
|
||||
src/${{ env.bindir }}/errors
|
||||
src/${{ env.bindir }}/niclist.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user