Skip to content

Commit

Permalink
Correct quotation usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Oct 12, 2024
1 parent 09f788e commit d142ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app-build-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
- name: Build Linux System Project (Ubuntu, local)
if: >
startsWith(inputs.runner-os, 'ubuntu')
&& inputs.python-version == "system"
&& inputs.python-version == 'system'
&& contains(fromJSON('["", "Linux"]'), inputs.target-platform)
&& contains(fromJSON('["", "system"]'), inputs.target-format)
working-directory: ${{ steps.create.outputs.project-path }}
Expand Down

0 comments on commit d142ed4

Please sign in to comment.