Update dotnet-desktop.yml
This commit is contained in:
parent
8f1a9569da
commit
786c3ac3fd
1 changed files with 6 additions and 0 deletions
6
.github/workflows/dotnet-desktop.yml
vendored
6
.github/workflows/dotnet-desktop.yml
vendored
|
|
@ -94,6 +94,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
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue