fix: keep backup OTA artifact alongside release assets
Some checks failed
OTA build / build-ota (push) Has been cancelled
Some checks failed
OTA build / build-ota (push) Has been cancelled
This commit is contained in:
@@ -49,6 +49,13 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
find dist/ota -maxdepth 1 -type f | sort
|
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
|
- name: Publish raw OTA files to rolling release
|
||||||
env:
|
env:
|
||||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user