Skip to content

Commit

Permalink
fix: push android plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
leancloud-bot committed Aug 24, 2023
1 parent 34be84c commit 94706c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
- run: |
cd ./Push/Push.Unity
echo "Assets/Plugins.meta" >> metaList
find Assets/Plugins/ -name \*.meta >> metaList
echo "Assets/Plugins/Android.meta" >> metaList
find Assets/Plugins/Android/ -name \*.meta >> metaList
- uses: pCYSl5EDgo/create-unitypackage@master
with:
project-folder: ./Push/Push.Unity
Expand Down

0 comments on commit 94706c2

Please sign in to comment.