Commit 313a44d 1 parent a9ad959 commit 313a44d Copy full SHA for 313a44d
File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -59,11 +59,12 @@ jobs:
59
59
run : find . -name \*.meta >> metaList
60
60
61
61
# Make a UnityPackage version of the Package for release
62
- - name : Create UnityPackage
63
- uses : pCYSl5EDgo/create-unitypackage@cfcd3cf0391a5ef1306342794866a9897c32af0b
64
- with :
65
- package-path : ./
66
- include-files : metaList
62
+ - name : Create UnityPackage
63
+ uses : pCYSl5EDgo/create-unitypackage@cfcd3cf0391a5ef1306342794866a9897c32af0b
64
+ with :
65
+ package-path : ./ # Path to the root directory
66
+ include-files : metaList # List of meta files
67
+ output-path : " ${{ github.workspace }}/${{ env.unityPackage }}" # Full path to the output file
67
68
68
69
# Make a release tag of the version from the package.json file
69
70
- name : Create Tag
You can’t perform that action at this time.
0 commit comments