Fix dotnet-desktop template

Removed environment variable which is not currently used and makes the build fail
This commit is contained in:
Mattias Cibien
2021-10-27 16:24:24 +02:00
committed by GitHub
parent ef1ebb2538
commit 25f4fd1b5f
+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