This reverts commit 8bfa9fcc48
.
This commit is contained in:
parent
8bfa9fcc48
commit
93aad50f66
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -47,7 +47,7 @@ jobs:
|
||||
- name: Rename zmk.uf2
|
||||
run: cp build/zephyr/zmk.uf2 corne_left_nice_nano_v2.uf2
|
||||
- name: Archive (Corne Left)
|
||||
uses: https://github.com/actions/upload-artifact@v2
|
||||
uses: https://github.com/actions/upload-artifact@v3
|
||||
with:
|
||||
name: firmware
|
||||
path: corne_left_nice_nano_v2.uf2
|
||||
@ -59,7 +59,7 @@ jobs:
|
||||
- name: Rename zmk.uf2
|
||||
run: cp build/zephyr/zmk.uf2 corne_right_nice_nano_v2.uf2
|
||||
- name: Archive (Corne Right)
|
||||
uses: https://github.com/actions/upload-artifact@v2
|
||||
uses: https://github.com/actions/upload-artifact@v3
|
||||
with:
|
||||
name: firmware
|
||||
path: corne_right_nice_nano_v2.uf2
|
||||
|
Loading…
Reference in New Issue
Block a user