diff --git a/.github/workflows/winui-build.yml b/.github/workflows/winui-build.yml index ad08700..39d9c22 100644 --- a/.github/workflows/winui-build.yml +++ b/.github/workflows/winui-build.yml @@ -29,19 +29,19 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 # Install the .NET Core workload - name: Install .NET Core - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v3 with: dotnet-version: 7.0.x # Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild - name: Setup MSBuild.exe - uses: microsoft/setup-msbuild@v1.0.2 + uses: microsoft/setup-msbuild@v1.1 # Restore the application to populate the obj folder with RuntimeIdentifiers - name: Restore the application @@ -64,7 +64,7 @@ jobs: env: Appx_Bundle: Never Appx_Package_Build_Mode: SideloadOnly - Appx_Package_Dir: ${{ env.WinUI_Project_Dir }}\Packages\ + Appx_Package_Dir: Packages\ Configuration: ${{ matrix.configuration }} Platform: ${{ matrix.platform }} @@ -74,7 +74,7 @@ jobs: # Upload the MSIX package: https://github.com/marketplace/actions/upload-a-build-artifact - name: Upload MSIX package - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: MSIX Package - path: ${{ env.WinUI_Project_Dir }}\AppPackages + path: ${{ env.WinUI_Project_Dir }}\Packages\