We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a46a0 commit b466984Copy full SHA for b466984
.github/workflows/build.yml
@@ -76,6 +76,7 @@ jobs:
76
- name: Build ${{ matrix.device }}
77
run: |
78
make DEVFAMILY=${{ matrix.device }} OS=${{ matrix.os }}
79
+ make DEVFAMILY=${{ matrix.device }} OS=${{ matrix.os }} deploy
80
81
- name: Upload artifact
82
uses: actions/upload-artifact@v4
0 commit comments