File tree Expand file tree Collapse file tree 2 files changed +18
-12
lines changed Expand file tree Collapse file tree 2 files changed +18
-12
lines changed Original file line number Diff line number Diff line change 46
46
cargo make --cwd c1minimal uf2
47
47
cargo make --cwd ledmatrix uf2
48
48
49
- - name : Upload UF2 files
50
- uses : actions/upload-artifact@v3
51
- with :
52
- name : inputmodule_fw_uf2
53
- path : |
54
- b1display.uf2
55
- c1minimal.uf2
56
- ledmatrix.uf2
57
-
58
49
- name : Convert to bin format
59
50
run : |
60
51
sudo apt-get update
@@ -63,14 +54,29 @@ jobs:
63
54
cargo make --cwd c1minimal bin
64
55
cargo make --cwd ledmatrix bin
65
56
66
- - name : Upload bin files
57
+ - name : Upload ledmatrix files
67
58
uses : actions/upload-artifact@v3
68
59
with :
69
60
name : inputmodule_fw_bin
61
+ path : |
62
+ ledmatrix.bin
63
+ ledmatrix.uf2
64
+
65
+ - name : Upload b1display files
66
+ uses : actions/upload-artifact@v3
67
+ with :
68
+ name : inputmodule_fw_uf2
70
69
path : |
71
70
b1display.bin
71
+ b1display.uf2
72
+
73
+ - name : Upload c1minimal files
74
+ uses : actions/upload-artifact@v3
75
+ with :
76
+ name : inputmodule_fw_uf2
77
+ path : |
72
78
c1minimal.bin
73
- ledmatrix.bin
79
+ c1minimal.uf2
74
80
75
81
linting :
76
82
name : Linting
Original file line number Diff line number Diff line change 21
21
22
22
jobs :
23
23
firmware :
24
- name : Building
24
+ name : Build firmware
25
25
runs-on : [ubuntu-latest]
26
26
steps :
27
27
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments