Skip to content

Commit

Permalink
try fix can't find IJKMediaPlayerKit pod problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
debugly committed Nov 7, 2023
1 parent 051a4f1 commit c93c223
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/ios-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,16 @@ jobs:
- name: Zip Frameworks
run: |
dst=IJKMediaPlayerKit-${{ env.TAG }}
cp CHANGELOG.md $dst
cp README.md $dst
cp COPYING.LGPLv2.1 $dst
mkdir -p ${dst}/iOS
cp -pPR examples/ios/build/Release-ios/* $dst/iOS
mkdir -p ${dst}/macOS
cp -pPR examples/macos/build/Release/IJKMediaPlayerKit/* $dst/macOS
cd $dst
mv COPYING.LGPLv2.1 LICENSE
zip -ryq IJKMediaPlayerKit-${{ env.TAG }}.zip ./*
- name: Create Release
id: create_release
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Video player based on [ffplay](http://ffmpeg.org)

### Latest Changes

- [NEWS.md](NEWS.md)
- [CHANGELOG.md](CHANGELOG.md)

### Features

Expand Down

0 comments on commit c93c223

Please sign in to comment.