Skip to content

Commit

Permalink
Ensure INPUT_SIGN is always set
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaifroid committed Aug 28, 2024
1 parent f734fee commit 3833c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ env:
INPUT_VERSION: ${{ github.event.inputs.version }}
INPUT_TARGET: ${{ github.event.inputs.target }}
CRON_LAUNCHED: ${{ github.event.schedule }}
INPUT_SIGN: ${{ github.event.inputs.sign }}
INPUT_SIGN: ${{ github.event.inputs.sign }} || 'false'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ESIGNER_USERNAME: ${{ secrets.ESIGNER_USER_USERNAME }}
ESIGNER_PASSWORD: ${{ secrets.ESIGNER_USER_PASSWORD }}
Expand Down

0 comments on commit 3833c19

Please sign in to comment.