Skip to content

Commit

Permalink
fix(actions): yeet unnecessary dir statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxtrot47 committed Dec 13, 2023
1 parent 44e7b37 commit 508a186
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/dotnet-winui3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
$pfx_cert_byte = [System.Convert]::FromBase64String("${{ secrets.BASE64_ENCODED_PFX }}")
$certificatePath = "GitHubActionsWorkflow.pfx"
[IO.File]::WriteAllBytes("$certificatePath", $pfx_cert_byte)
dir
# Create the app package by building and packaging the project
- name: Create the app package
Expand Down

0 comments on commit 508a186

Please sign in to comment.