Skip to content

Commit

Permalink
ci: revert back to cmd runner
Browse files Browse the repository at this point in the history
  • Loading branch information
harlanx committed Aug 19, 2023
1 parent c03a6a0 commit 3241a12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ jobs:
--output-name=mkv_profile-${{env.APP_VERSION}}-windows
- name: Create exe installer
run: |
"%ProgramFiles(x86)%\Inno Setup 6\iscc.exe" `
/DMyAppVersion="${{ env.APP_VERSION }}" `
"%ProgramFiles(x86)%\Inno Setup 6\iscc.exe" ^
/DMyAppVersion="${{ env.APP_VERSION }}" ^
"inno_setup.iss"
shell: cmd
- name: Upload to Github release
uses: softprops/action-gh-release@v1
env:
Expand Down

0 comments on commit 3241a12

Please sign in to comment.