diff --git a/.github/workflows/dotnet-winui3.yml b/.github/workflows/dotnet-winui3.yml index aa06b19..40849f3 100644 --- a/.github/workflows/dotnet-winui3.yml +++ b/.github/workflows/dotnet-winui3.yml @@ -51,6 +51,7 @@ jobs: run: | $pfx_cert_byte = [System.Convert]::FromBase64String("${{ secrets.BASE64_ENCODED_PFX }}") $certificatePath = "GitHubActionsWorkflow.pfx" + dir [IO.File]::WriteAllBytes("$certificatePath", $pfx_cert_byte) # Create the app package by building and packaging the project @@ -72,4 +73,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: MSIX Package - path: ${{ env.Solution_Name }}\\ \ No newline at end of file + path: Crimson\Packages\