Fixed a broken link to actions/upload-a-build-artifact in dotnet-desktop.yml. (#1074)
Co-authored-by: Josh Gross <[email protected]>
This commit is contained in:
@@ -107,7 +107,7 @@ jobs:
|
|||||||
- name: 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\$env:Signing_Certificate
|
||||||
|
|
||||||
# Upload the MSIX package: https://github.com/marketplace/actions/upload-artifact
|
# Upload the MSIX package: https://github.com/marketplace/actions/upload-a-build-artifact
|
||||||
- name: Upload build artifacts
|
- name: Upload build artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user