There was an error while loading. Please reload this page.
1 parent e119342 commit 1db1b1aCopy full SHA for 1db1b1a
1 file changed
.github/workflows/build.yml
@@ -44,3 +44,9 @@ jobs:
44
with:
45
name: ${{ matrix.device }}
46
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