Skip to content

Commit

Permalink
adjusted yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mba2811 committed Apr 1, 2021
1 parent 8e5c35a commit a671424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: .NET Core Desktop
name: CI-Build

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Create msi from PowerShell Script
run: pwsh -command "$GITHUB_WORKSPACE/create_msi.ps1"
run: pwsh -command "./$GITHUB_WORKSPACE/create_msi.ps1"

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

0 comments on commit a671424

Please sign in to comment.