Skip to content

Commit

Permalink
try to fix stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mba2811 committed Apr 1, 2021
1 parent a671424 commit 7940d52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,7 @@ jobs:
- name: Build solution
run: msbuild $env:Solution_Name /t:Rebuild /p:Configuration=$env:Configuration
env:
Configuration: ${{ matrix.configuration }}
Configuration: ${{ matrix.configuration }}

- name: Create msi from PowerShell Script
run: pwsh -command ".\$GITHUB_WORKSPACE\create_msi.ps1"
2 changes: 0 additions & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
build:
runs-on: windows-latest
steps:
- name: Create msi from PowerShell Script
run: pwsh -command "./$GITHUB_WORKSPACE/create_msi.ps1"

- name: Create Release
uses: ncipollo/[email protected]
Expand Down

0 comments on commit 7940d52

Please sign in to comment.