Skip to content

Commit 39c6c96

Browse files
committed
test(package): update package params
1 parent 98f6966 commit 39c6c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
unityVersion: ${{ env.UNITY_VERSION }}
6363
targetPlatform: ${{ matrix.targetPlatform }}
6464
buildMethod: ${{ env.BUILD_METHOD }}
65-
customParameters: -nographics --name "${{ matrix.package-name }}" --version "${{ env.PKG_VERSION }}" --savePath "."
65+
customParameters: -nographics _name "${{ matrix.package-name }}" _version "${{ env.PKG_VERSION }}" _savePath "."
6666

6767
- name: Upload package as artifact
6868
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)