Skip to content

Commit b466984

Browse files
committed
ci(build): call the deploy target before upload
Call the new deploy target to clean some temporary files before we upload the build directory. Signed-off-by: Randolph Sapp <[email protected]>
1 parent c3a46a0 commit b466984

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
- name: Build ${{ matrix.device }}
7777
run: |
7878
make DEVFAMILY=${{ matrix.device }} OS=${{ matrix.os }}
79+
make DEVFAMILY=${{ matrix.device }} OS=${{ matrix.os }} deploy
7980
8081
- name: Upload artifact
8182
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)