Skip to content

Commit

Permalink
Merge pull request #263 from onerain88/fix/push-unitypackage
Browse files Browse the repository at this point in the history
fix: push android plugin
  • Loading branch information
onerain88 committed Aug 24, 2023
2 parents 34be84c + 94706c2 commit aacf763
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 aacf763

Please sign in to comment.