From c00d0e14e762c69fa2e3da74ba2db6f4c781ac82 Mon Sep 17 00:00:00 2001 From: Dan Siegel Date: Thu, 1 Jun 2023 11:49:56 -0600 Subject: [PATCH] ci: checkout repo to get build script --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cfc0ade778..62e45fa37c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,6 +125,9 @@ jobs: name: Maui path: artifacts\Maui + - name: Checkout + uses: actions/checkout@v3 + - name: Consolidate Artifacts run: build\consolidate-artifacts.ps1 shell: powershell