Update releases.yml

This commit is contained in:
Gerrit Edzards 2023-05-30 12:23:45 +02:00 committed by GitHub
parent c087da0d31
commit d271a44249
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@ on:
- '*'
jobs:
build:
runs-on: windows-latest
steps:
- name: Create msi from PowerShell Script
run: pwsh -command ".\$GITHUB_WORKSPACE\create_msi.ps1"
shell: pwsh
run: |
.\$GITHUB_WORKSPACE\create_msi.ps1
- name: Create Release
uses: ncipollo/release-action@v1.7.3
with: