Skip to content

Commit

Permalink
Adjust CI for APK
Browse files Browse the repository at this point in the history
Signed-off-by: Vince JV <[email protected]>
  • Loading branch information
vincejv committed Nov 14, 2024
1 parent 7a21687 commit e128422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ jobs:
mkdir -p ./artifact/package
mkdir -p ./artifact/buildinfo
mkdir -p ./artifact/kmods
cp -rf $(find ./bin/packages/ -type f -name "*.ipk") ./artifact/package/
cp -rf $(find ./bin/packages/ -type f -name "*.apk") ./artifact/package/
cp -rf $(find ./bin/targets/ -type f -name "*.buildinfo" -o -name "*.manifest") ./artifact/buildinfo/
cp -rf $(find ./bin/targets/ -type f -name "*.ipk") ./artifact/kmods/
cp -rf $(find ./bin/targets/ -type f -name "*.apk") ./artifact/kmods/
- name: Upload buildinfo
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e128422

Please sign in to comment.