Skip to content

Commit

Permalink
Update build-msix-pkg.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertK66 authored Aug 14, 2023
1 parent d45c68b commit 97aba48
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build-msix-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,12 @@ jobs:
needs: build
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Retrieve build artefacts
uses: actions/download-artifact@v2
with:
name: MSIX Package
path: artefacts

- name: list
run: dir -s

0 comments on commit 97aba48

Please sign in to comment.