Revert "[CI] don't zip artifacts"
All checks were successful
Build / Build (push) Successful in 6m0s
All checks were successful
Build / Build (push) Successful in 6m0s
This reverts commit 801353c249
.
This commit is contained in:
parent
28757d7b26
commit
b981cbcf1e
@ -62,10 +62,13 @@ jobs:
|
|||||||
|
|
||||||
- name: Rename zmk.uf2
|
- name: Rename zmk.uf2
|
||||||
run: cp build/zephyr/zmk.uf2 corne_right_nice_nano_v2.uf2
|
run: cp build/zephyr/zmk.uf2 corne_right_nice_nano_v2.uf2
|
||||||
|
|
||||||
|
- name: Zip Artifacts
|
||||||
|
run: zip firmware.zip corne_left_nice_nano_v2.uf2 corne_right_nice_nano_v2.uf2
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: firmware.zip
|
||||||
*.uf2
|
name: firmware.zip
|
||||||
if-no-files-found: ignore
|
if-no-files-found: ignore
|
||||||
|
Loading…
Reference in New Issue
Block a user