mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-23 19:49:56 +01:00
ci: use $true for boolean comparison on windows
This commit is contained in:
2
.github/workflows/desktop.publish.yml
vendored
2
.github/workflows/desktop.publish.yml
vendored
@@ -255,7 +255,7 @@ jobs:
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
if (${{ inputs.publish-github }} == true) {
|
||||
if ($${{ inputs.publish-github }} == $true) {
|
||||
npx electron-builder --win --publish always
|
||||
} else {
|
||||
npx electron-builder --win --publish never
|
||||
|
||||
Reference in New Issue
Block a user