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