Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophist-UK committed Feb 29, 2024
1 parent d2cff66 commit cf550c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_single.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ concurrency:
jobs:
build:
env:
BUILD_FILE: ${{ format('{0}{1}{2}{3}{4}{5}{6}{7}{8}{9}{10}{11}{12}{13}{14}{15}{16}{17}{18}{19}{20}',
BUILD_FILE: ${{ format('{0}{1}{2}{3}{4}{5}{6}{7}{8}{9}{10}{11}{12}{13}{14}{15}{16}{17}{18}{19}',
'DE200_2.1.2.2-',
(inputs.screen == 'NONE' && 'NoLCD') || inputs.lang,
(inputs.screen != 'NONE' && inputs.screen != 'STD' && '-') || '',
Expand Down

0 comments on commit cf550c7

Please sign in to comment.