Skip to content

Commit

Permalink
ci: checkout repo to get build script
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Jun 3, 2023
1 parent af0337e commit c00d0e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c00d0e1

Please sign in to comment.