File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 61
61
- name : Upload ledmatrix files
62
62
uses : actions/upload-artifact@v3
63
63
with :
64
- name : inputmodule_fw_bin
64
+ name : ledmatrix_fw_${{github.sha}}
65
65
path : |
66
66
# Main firmware
67
67
target/thumbv6m-none-eabi/release/ledmatrix.bin
@@ -74,15 +74,15 @@ jobs:
74
74
- name : Upload b1display files
75
75
uses : actions/upload-artifact@v3
76
76
with :
77
- name : inputmodule_fw_uf2
77
+ name : b1display_fw_${{github.sha}}
78
78
path : |
79
79
target/thumbv6m-none-eabi/release/b1display.bin
80
80
target/thumbv6m-none-eabi/release/b1display.uf2
81
81
82
82
- name : Upload c1minimal files
83
83
uses : actions/upload-artifact@v3
84
84
with :
85
- name : inputmodule_fw_uf2
85
+ name : c1minimal_fw_${{github.sha}}
86
86
path : |
87
87
target/thumbv6m-none-eabi/release/c1minimal.bin
88
88
target/thumbv6m-none-eabi/release/c1minimal.uf2
You can’t perform that action at this time.
0 commit comments