Skip to content

Commit

Permalink
ga: update package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloudef committed Feb 6, 2023
1 parent 038d410 commit 336b994
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
mkdir Assets pkg
mv Plugins Assets/
cp example/Assets/Plugins.meta Assets/
echo "Assets/Plugins.meta" > metaList
find Assets -name \*.meta >> metaList
find Assets -name \*.meta > metaList
cat metaList
- uses: pCYSl5EDgo/create-unitypackage@master
with:
Expand All @@ -32,8 +31,7 @@ jobs:
mkdir Assets pkg
mv Plugins Assets/
cp example/Assets/Plugins.meta Assets/
echo "Assets/Plugins.meta" > metaList
find Assets -name \*.meta >> metaList
find Assets -name \*.meta > metaList
cat metaList
- uses: pCYSl5EDgo/create-unitypackage@master
with:
Expand Down

0 comments on commit 336b994

Please sign in to comment.