Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit d4c34e1

Browse files
committed
ci: Upload source code
1 parent 7b2ad99 commit d4c34e1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,9 @@ jobs:
149149
timeout: 10000
150150
scenario: ../blinky.test.yaml
151151
fail_text: 'Error'
152+
153+
- name: Upload source code
154+
uses: actions/upload-artifact@v3
155+
with:
156+
name: ${{ matrix.project.name }}-${{ matrix.project.mcu }}-${{ matrix.project.env }}_${{ matrix.project.id }}
157+
path: ${{ matrix.project.mcu }}-${{ matrix.project.env }}_${{ matrix.project.id }}.zip

0 commit comments

Comments
 (0)