Skip to content

Commit 9b5d870

Browse files
committed
gh-actions: Make sure modules are in separate uploads
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent 3bc9469 commit 9b5d870

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/firmware.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
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

0 commit comments

Comments
 (0)