Update dotnet-desktop.yml
parent
6a2a2818cc
commit
f86c36835b
|
@ -103,6 +103,9 @@ jobs:
|
|||
- name: Remove the pfx
|
||||
run: Remove-Item -path $env:Wap_Project_Directory\GitHubActionsWorkflow.pfx
|
||||
|
||||
- name: List
|
||||
run: Get-ChildItem -Path . -Recurse
|
||||
|
||||
# Upload the MSIX package: https://github.com/marketplace/actions/upload-a-build-artifact
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
|
|
Loading…
Reference in New Issue