Skip to content

Commit

Permalink
Use literal Boolean to toggle windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi authored Jan 6, 2024
1 parent 239fa3a commit c00f1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
needs: get-version
env:
VERSION: ${{needs.get-version.outputs.version}}
BUILD_INSTALLER: false
BUILD_INSTALLER: ${{ false }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit c00f1b8

Please sign in to comment.