Skip to content

Commit 5374c4e

Browse files
committed
fix workflow
1 parent 4799a2b commit 5374c4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Archive (Cradio/Sweep Left)
5151
uses: actions/upload-artifact@v4
5252
with:
53-
name: firmware-zmk-sweep
53+
name: firmware-zmk-sweep-left
5454
path: cradio_left_nice_nano_v2.uf2
5555

5656
- name: West Build (Cradio/Sweep Right)
@@ -65,5 +65,5 @@ jobs:
6565
- name: Archive (Cradio/Sweep Right)
6666
uses: actions/upload-artifact@v4
6767
with:
68-
name: firmware-zmk-sweep
68+
name: firmware-zmk-sweep-right
6969
path: cradio_right_nice_nano_v2.uf2

0 commit comments

Comments
 (0)