Skip to content

Commit 313a44d

Browse files
committed
Update release.yml
1 parent a9ad959 commit 313a44d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/release.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,12 @@ jobs:
5959
run: find . -name \*.meta >> metaList
6060

6161
# 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
6768

6869
# Make a release tag of the version from the package.json file
6970
- name: Create Tag

0 commit comments

Comments
 (0)