Skip to content

Commit

Permalink
fix(actions): correct artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxtrot47 committed Dec 13, 2023
1 parent 75c2a6c commit 541528a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-winui3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -72,4 +73,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: MSIX Package
path: ${{ env.Solution_Name }}\\
path: Crimson\Packages\

0 comments on commit 541528a

Please sign in to comment.