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 6161 - name : Upload ledmatrix files
6262 uses : actions/upload-artifact@v3
6363 with :
64- name : inputmodule_fw_bin
64+ name : ledmatrix_fw_${{github.sha}}
6565 path : |
6666 # Main firmware
6767 target/thumbv6m-none-eabi/release/ledmatrix.bin
@@ -74,15 +74,15 @@ jobs:
7474 - name : Upload b1display files
7575 uses : actions/upload-artifact@v3
7676 with :
77- name : inputmodule_fw_uf2
77+ name : b1display_fw_${{github.sha}}
7878 path : |
7979 target/thumbv6m-none-eabi/release/b1display.bin
8080 target/thumbv6m-none-eabi/release/b1display.uf2
8181
8282 - name : Upload c1minimal files
8383 uses : actions/upload-artifact@v3
8484 with :
85- name : inputmodule_fw_uf2
85+ name : c1minimal_fw_${{github.sha}}
8686 path : |
8787 target/thumbv6m-none-eabi/release/c1minimal.bin
8888 target/thumbv6m-none-eabi/release/c1minimal.uf2
You can’t perform that action at this time.
0 commit comments