From 97f42cfe700300ec61d9f69d03c488d46736802e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Thu, 9 Mar 2023 16:21:34 +0100 Subject: [PATCH] chore: upload install manifest (#6518) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché --- .github/workflows/verify-codegen.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/verify-codegen.yaml b/.github/workflows/verify-codegen.yaml index e8a07cff29..2472423e2a 100644 --- a/.github/workflows/verify-codegen.yaml +++ b/.github/workflows/verify-codegen.yaml @@ -28,3 +28,8 @@ jobs: build-cache-key: verify-codegen - name: Verify generated code is up to date run: make verify-codegen + - name: Upload install manifest + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + with: + path: .manifest/install.yaml + if-no-files-found: error