Update releases.yml
This commit is contained in:
parent
c087da0d31
commit
d271a44249
1 changed files with 3 additions and 3 deletions
6
.github/workflows/releases.yml
vendored
6
.github/workflows/releases.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue