Update dotnet-desktop.yml

This commit is contained in:
Marco B 2021-01-22 15:22:19 +01:00 committed by GitHub
parent 8f1a9569da
commit 786c3ac3fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,6 +94,11 @@ jobs:
- name: Create msi from PowerShell Script
run: pwsh -command ".\$GITHUB_WORKSPACE\create_msi.ps1"
- name: Upload MSI
uses: actions/upload-artifact@v2.2.2
with:
path: ${{github.workspace}}\AmagnoPrinterInstaller.msi
# Decode the base 64 encoded pfx and save the Signing_Certificate
#- name: Decode the pfx
@ -121,3 +126,4 @@ jobs:
# with:
# name: MSIX Package
# path: ${{ env.Wap_Project_Directory }}\AppPackages