From 179366d72932b62f257173f787f6d4468ed96e92 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 20 Feb 2026 17:37:00 +0000 Subject: [PATCH] [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 --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index caafe47f4..d175be7f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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