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
|
- name: Build solution
|
||||||
run: msbuild $env:solution /t:Rebuild /p:Configuration=$env:configuration
|
run: msbuild $env:solution /t:Rebuild /p:Configuration=$env:configuration
|
||||||
- name: Create msi from PowerShell Script
|
- name: Create msi from PowerShell Script
|
||||||
run: |
|
run: pwsh -command ".\$GITHUB_WORKSPACE\create_msi.ps1"
|
||||||
"$Env:GITHUB_WORKSPACE\create_msi.ps1"
|
|
||||||
- name: Upload installer artifact
|
|
||||||
uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: installer
|
|
||||||
path: ./AmagnoPrinterInstaller.msi
|
|
||||||
- name: Upload files artifact
|
- name: Upload files artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: files
|
name: files
|
||||||
path: 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