Update .gitea/workflows/build.yaml
This commit is contained in:
parent
67e37386a0
commit
714804b0ca
@ -174,7 +174,6 @@ jobs:
|
|||||||
apt-get update;
|
apt-get update;
|
||||||
apt-get install --yes --no-install-recommends \
|
apt-get install --yes --no-install-recommends \
|
||||||
nodejs \
|
nodejs \
|
||||||
zstd \
|
|
||||||
zip
|
zip
|
||||||
|
|
||||||
- name: Download artifact (right)
|
- name: Download artifact (right)
|
||||||
@ -189,6 +188,16 @@ jobs:
|
|||||||
path: cradio_left_nice_nano_v2.uf2
|
path: cradio_left_nice_nano_v2.uf2
|
||||||
name: left
|
name: left
|
||||||
|
|
||||||
|
- name: Delete artifact (right)
|
||||||
|
uses: actions/download-artifact@v3
|
||||||
|
with:
|
||||||
|
name: right
|
||||||
|
|
||||||
|
- name: Delete artifact (left)
|
||||||
|
uses: actions/download-artifact@v3
|
||||||
|
with:
|
||||||
|
name: left
|
||||||
|
|
||||||
- name: Move artifacts
|
- name: Move artifacts
|
||||||
run: |
|
run: |
|
||||||
mkdir firmware
|
mkdir firmware
|
||||||
|
Loading…
Reference in New Issue
Block a user