Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SmejkalJakub committed Jul 12, 2022
2 parents fa0f9f4 + 33269d6 commit f315e33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
cmake -B ${{github.workspace}}/obj/${{env.BUILD_TYPE}} . -G Ninja -DCMAKE_TOOLCHAIN_FILE=${{github.workspace}}/sdk/toolchain/toolchain.cmake -DTYPE=${{env.BUILD_TYPE}} -DLED_STRIP_COUNT=150 -DLED_STRIP_TYPE=3
ninja -C ${{github.workspace}}/obj/${{env.BUILD_TYPE}}
mv ${{github.workspace}}/out/release/firmware.bin ${{env.REPOSITORY_NAME}}-rgb150-${{env.VERSION}}.bin
ls .
- name: Setup env
if: ${{ github.event_name == 'release' }}
Expand Down

0 comments on commit f315e33

Please sign in to comment.