Skip to content

Commit

Permalink
properly skips keymap generation
Browse files Browse the repository at this point in the history
  • Loading branch information
takase1121 committed Dec 1, 2024
1 parent 4bf77b8 commit 27360f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

with:
lite_xl_version: ${{ needs.version.outputs.lxl }}
skip: needs.version.outputs.lxl == needs.version.outputs.keymap && needs.version.outputs.lxl == needs.version.outputs.keymap_macos
skip: ${{ needs.version.outputs.lxl == needs.version.outputs.keymap && needs.version.outputs.lxl == needs.version.outputs.keymap_macos }}

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 27360f6

Please sign in to comment.