Skip to content

Commit

Permalink
Fix call of powershell script
Browse files Browse the repository at this point in the history
  • Loading branch information
gerrit-amagno committed May 31, 2023
1 parent ba8e248 commit b6185de
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b6185de

Please sign in to comment.