Update .gitea/workflows/build.yml
Some checks failed
OGX-Mini / OGX-Mini (OGX-Mini, PI_PICO) (push) Failing after 4s
OGX-Mini / OGX-Mini (OGX-Mini, PI_PICOW) (push) Failing after 4s

This commit is contained in:
Sthope 2025-03-17 22:11:41 +01:00
parent a011b51d1c
commit a26a150852

View File

@ -61,6 +61,7 @@ jobs:
- name: Move Files
run: |
mkdir -p ${{ gitea.workspace }}/output
ls -l ${{ gitea.workspace }}/Firmware/RP2040/build/
mv ${{ gitea.workspace }}/Firmware/RP2040/build/*.uf2 ${{ gitea.workspace }}/output
- name: Upload artifacts