diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 79d12d8..5806959 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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