Skip to content

Commit 9895ca8

Browse files
committed
edit githug action
1 parent 15fd441 commit 9895ca8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ on:
66
- '*'
77

88
env:
9-
# Require unity test
10-
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
11-
UNITY_VERSION: 2019.3.8f1
12-
139
# require release
1410

1511
jobs:
@@ -23,8 +19,8 @@ jobs:
2319
uses: battila7/get-version-action@v2
2420

2521
- run: |
26-
find **/*.meta
27-
find **/*.meta > metalist
22+
find ./ -name "*.meta"
23+
find ./ -name "*.meta" > metalist
2824
2925
# https://github.com/pCYSl5EDgo/create-unitypackage
3026
- uses: pCYSl5EDgo/create-unitypackage@master

0 commit comments

Comments
 (0)