fix: keep backup OTA artifact alongside release assets
Some checks failed
OTA build / build-ota (push) Has been cancelled

This commit is contained in:
Hermes
2026-08-30 17:50:46 -05:00
parent 8dae89cd55
commit 42f72a5259

View File

@@ -49,6 +49,13 @@ jobs:
fi
find dist/ota -maxdepth 1 -type f | sort
- name: Upload backup OTA artifact ZIP
uses: actions/upload-artifact@v3
with:
name: ota-files
path: dist/ota/*
if-no-files-found: error
- name: Publish raw OTA files to rolling release
env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}