Skip to content

Commit 7091d5c

Browse files
committed
edit gitaction
1 parent f2d1caa commit 7091d5c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish-unitypackage-release-on-push-tag.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@ jobs:
5555
runs-on: ubuntu-latest
5656
steps:
5757
- uses: actions/checkout@v2
58-
58+
5959
- run: |
60-
echo find **/*.meta > metalist
60+
find **/*.meta
61+
find **/*.meta > metalist
6162
6263
# https://github.com/pCYSl5EDgo/create-unitypackage
6364
- uses: pCYSl5EDgo/create-unitypackage@master

0 commit comments

Comments
 (0)