mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 23:58:04 -04:00
platform-miyoo: change to IPK release output
create `platform/miyoo/pkg.cfg`
This commit is contained in:
parent
29dcbc52b2
commit
e3fa3ee270
4 changed files with 53 additions and 5 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -196,12 +196,12 @@ jobs:
|
|||
ver=$(cut -d'"' -f2 platform/common/version.h)-$(git rev-parse --short HEAD)
|
||||
./configure --platform=miyoo
|
||||
make -j$(getconf _NPROCESSORS_ONLN)
|
||||
mv PicoDrive-miyoo.zip PicoDrive-miyoo-$ver.zip
|
||||
mv PicoDrive-miyoo.ipk PicoDrive-miyoo-$ver.ipk
|
||||
- name: artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Miyoo
|
||||
path: PicoDrive-miyoo*.zip
|
||||
path: PicoDrive-miyoo*.ipk
|
||||
|
||||
build-retrofw:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue