Fix call of powershell script
This commit is contained in:
parent
ba8e248396
commit
b6185dec1b
1 changed files with 6 additions and 7 deletions
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
|
|
@ -29,15 +29,14 @@ jobs:
|
|||
- name: Build solution
|
||||
run: msbuild $env:solution /t:Rebuild /p:Configuration=$env:configuration
|
||||
- name: Create msi from PowerShell Script
|
||||
run: |
|
||||
"$Env:GITHUB_WORKSPACE\create_msi.ps1"
|
||||
- name: Upload installer artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: installer
|
||||
path: ./AmagnoPrinterInstaller.msi
|
||||
run: pwsh -command ".\$GITHUB_WORKSPACE\create_msi.ps1"
|
||||
- name: Upload files artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: files
|
||||
path: files/**/*
|
||||
- name: Upload installer artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: installer
|
||||
path: ./AmagnoPrinterInstaller.msi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue