Skip to content

Commit 7dbaf54

Browse files
committed
ci: fix upload@v4 job breakage
1 parent 218151c commit 7dbaf54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- run: make HW_REV=HW_R31 BOARD=icebreaker CORE=mirror -C gateware
1414
- uses: actions/upload-artifact@v4
1515
with:
16-
name: ubuntu-build-icebreaker.bin
16+
name: ubuntu-build-icebreaker-r31.bin
1717
path: gateware/build/icebreaker/top.bin
1818

1919
ubuntu-build-icebreaker-r33:
@@ -26,7 +26,7 @@ jobs:
2626
- run: make HW_REV=HW_R33 BOARD=icebreaker CORE=mirror -C gateware
2727
- uses: actions/upload-artifact@v4
2828
with:
29-
name: ubuntu-build-icebreaker.bin
29+
name: ubuntu-build-icebreaker-r33.bin
3030
path: gateware/build/icebreaker/top.bin
3131

3232
ubuntu-build-icesugar-r33:
@@ -52,7 +52,7 @@ jobs:
5252
- run: make HW_REV=HW_R33 BOARD=icebreaker CORE=touch_cv TOUCH=TOUCH_SENSE_ENABLED -C gateware
5353
- uses: actions/upload-artifact@v4
5454
with:
55-
name: ubuntu-build-icebreaker.bin
55+
name: ubuntu-build-icebreaker-r33-touch.bin
5656
path: gateware/build/icebreaker/top.bin
5757

5858
windows-build-icebreaker:

0 commit comments

Comments
 (0)