Merge pull request #1199 from mattiascibien/patch-1

Fix dotnet-desktop template
This commit is contained in:
Sampark Sharma
2022-05-03 10:28:16 +05:30
committed by GitHub
+1 -1
View File
@@ -105,7 +105,7 @@ jobs:
# Remove the pfx
- name: Remove the pfx
run: Remove-Item -path $env:Wap_Project_Directory\$env:Signing_Certificate
run: Remove-Item -path $env:Wap_Project_Directory\GitHubActionsWorkflow.pfx
# Upload the MSIX package: https://github.com/marketplace/actions/upload-a-build-artifact
- name: Upload build artifacts