Update dotnet-desktop.yml
adjusted path for upload-artifact
This commit is contained in:
parent
786c3ac3fd
commit
ff57f16887
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dotnet-desktop.yml
vendored
2
.github/workflows/dotnet-desktop.yml
vendored
|
|
@ -98,7 +98,7 @@ jobs:
|
|||
- name: Upload MSI
|
||||
uses: actions/upload-artifact@v2.2.2
|
||||
with:
|
||||
path: ${{github.workspace}}\AmagnoPrinterInstaller.msi
|
||||
path: AmagnoPrinterInstaller.msi
|
||||
|
||||
# Decode the base 64 encoded pfx and save the Signing_Certificate
|
||||
#- name: Decode the pfx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue