Skip to content

Commit

Permalink
Set the CONFIGURATION for buiding NSIS installers
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 15, 2023
1 parent af88715 commit ea2dc3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Expand Up @@ -129,6 +129,8 @@ jobs:
working-directory: ${{ runner.temp }}
- name: Package NSIS installer
run: nmake.exe nsis
env:
CONFIGURATION: release
working-directory: ${{ runner.temp }}/pkg/nsis
- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit ea2dc3e

Please sign in to comment.