From 0df38008a172e821b78a7397a6e8b937ab2044ea Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 10 Jun 2023 21:41:38 -0400 Subject: [PATCH] fix(actions): checkout repo during bundle-msix Signed-off-by: seth --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3c0975cf6..365376b5e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -615,6 +615,9 @@ jobs: with: vsversion: 2022 + - name: Checkout + uses: actions/checkout@v3 + - name: Set short version shell: bash run: | @@ -640,7 +643,7 @@ jobs: - name: Create MSIXBundle shell: pwsh run: | - makeappx.exe bundle /d ${{ env.BUNDLE_STAGING }} /p ${{ env.BUNDLE_STAGING}}\prismlauncher.msixbundle + makeappx.exe bundle /d ${{ env.BUNDLE_STAGING }} /p ${{ env.BUNDLE_STAGING }}\prismlauncher.msixbundle - name: Fetch codesign certificate shell: bash