Skip to content

Commit 1db1b1a

Browse files
committed
modify workflow for System.map uploading
1 parent e119342 commit 1db1b1a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,9 @@ jobs:
4444
with:
4545
name: ${{ matrix.device }}
4646
path: zipper/*.zip
47+
48+
- name: Upload System.map
49+
uses: actions/upload-artifact@v4
50+
with:
51+
name: ${{ matrix.device }}-system-map
52+
path: out/System.map

0 commit comments

Comments
 (0)