From be9ebd6c5a745ab55021637be58a0f210b981a92 Mon Sep 17 00:00:00 2001 From: "Paul \"TBBle\" Hampson" Date: Sat, 26 Mar 2022 16:29:02 +1100 Subject: [PATCH] Include all the built binaries in the archive I also sorted the archive step list of binaries to match the calls to `go build` so that it's clear when a binary has been overlooked. Signed-off-by: Paul "TBBle" Hampson --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 843fdbeddd..10732582c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -170,13 +170,15 @@ jobs: containerd-shim-runhcs-v1.exe runhcs.exe tar2ext4.exe - device-util.exe wclayer.exe + device-util.exe + ncproxy.exe + dmverity-vhd.exe grantvmgroupaccess.exe networkagent.exe + securitypolicy.exe uvmboot.exe zapdir.exe - ncproxy.exe build_gcs: runs-on: ubuntu-latest