Skip to content

Commit

Permalink
Update build_single.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophist-UK committed Feb 21, 2024
1 parent 2673176 commit cb007c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_single.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,10 @@ concurrency:
cancel-in-progress: true

jobs:
build-single:
runs-on: ubuntu-latest
build:
env:
BUILD_FILE: ${{ format('{0}{1}{2}{3}{4}{5}{6}{7}{8}{9}{10}{11}',
github.ref_name,
'DE200-2.1.x',
'-',
(inputs.nolcd == '1' && '-nolcd') || inputs.lang,
(inputs.bicolor == '1' && '-bicolor') || '',
Expand All @@ -185,6 +184,7 @@ jobs:
pinout:${{ inputs.pinout }},
z122:${{ inputs.z122 }}\
]"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit cb007c2

Please sign in to comment.