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

@ -95,6 +95,11 @@ jobs:
- name: Create msi from PowerShell Script - name: Create msi from PowerShell Script
run: pwsh -command ".\$GITHUB_WORKSPACE\create_msi.ps1" 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 # Decode the base 64 encoded pfx and save the Signing_Certificate
#- name: Decode the pfx #- name: Decode the pfx
# run: | # run: |
@ -121,3 +126,4 @@ jobs:
# with: # with:
# name: MSIX Package # name: MSIX Package
# path: ${{ env.Wap_Project_Directory }}\AppPackages # path: ${{ env.Wap_Project_Directory }}\AppPackages