parent
360b3e111f
commit
1f35f407aa
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
with:
|
||||
ssh-key: ${{ secrets.ACT_RUNNER_SSH_KEY }}
|
||||
- name: Cache west modules
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
env:
|
||||
cache-name: cache-zephyr-modules
|
||||
with:
|
||||
@ -43,7 +43,7 @@ jobs:
|
||||
- name: Rename zmk.uf2
|
||||
run: cp build/zephyr/zmk.uf2 corne_left_nice_nano_v2.uf2
|
||||
- name: Archive (Corne Left)
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: firmware
|
||||
path: corne_left_nice_nano_v2.uf2
|
||||
@ -55,7 +55,7 @@ jobs:
|
||||
- name: Rename zmk.uf2
|
||||
run: cp build/zephyr/zmk.uf2 corne_right_nice_nano_v2.uf2
|
||||
- name: Archive (Corne Right)
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: firmware
|
||||
path: corne_right_nice_nano_v2.uf2
|
||||
|
Loading…
Reference in New Issue
Block a user