Update .gitea/workflows/build.yaml
Some checks failed
Build / Build right (push) Successful in 2m22s
Build / Build left (push) Successful in 2m35s
Build / Build (push) Failing after 15s

This commit is contained in:
Jan Gleytenhoover 2024-08-16 09:40:56 +00:00
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