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