We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15fd441 commit 9895ca8Copy full SHA for 9895ca8
.github/workflows/publish-unitypackage-release-on-push-tag.yml
@@ -6,10 +6,6 @@ on:
6
- '*'
7
8
env:
9
- # Require unity test
10
- UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
11
- UNITY_VERSION: 2019.3.8f1
12
-
13
# require release
14
15
jobs:
@@ -23,8 +19,8 @@ jobs:
23
19
uses: battila7/get-version-action@v2
24
20
25
21
- run: |
26
- find **/*.meta
27
- find **/*.meta > metalist
22
+ find ./ -name "*.meta"
+ find ./ -name "*.meta" > metalist
28
29
# https://github.com/pCYSl5EDgo/create-unitypackage
30
- uses: pCYSl5EDgo/create-unitypackage@master
0 commit comments