Small typo fixes in binary build workflow (#11494)

This commit is contained in:
Yuwen Hu 2024-07-02 19:11:43 +08:00 committed by GitHub
parent 4e32c92979
commit e53bd4401c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -444,10 +444,10 @@ jobs:
release
# to make llm-binary-build optionally skippable
dummpy-step:
dummy-step:
if: ${{ inputs.platform == 'Dummy' }}
runs-on: ubuntu-latest
steps:
- name: dummpy echo
- name: dummy echo
run: |
echo "dummy step"