Skip to content

Commit 7eb4c02

Browse files
committed
Update command
1 parent 084a6ba commit 7eb4c02

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/package.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,7 @@ jobs:
6060
unityVersion: ${{ env.UNITY_VERSION }}
6161
targetPlatform: ${{ matrix.targetPlatform }}
6262
buildMethod: ${{ env.BUILD_METHOD }}
63-
customParameters: -nographics --name "${{ matrix.package-name }}" --version "${{ env.PKG_VERSION }}" --savePath "."
64-
65-
- name: Print info
66-
run:
67-
cd .. && tree ${{ env.PROJECT_PATH }}/../
63+
customParameters: -nographics _name "${{ matrix.package-name }}" _version "${{ env.PKG_VERSION }}" _savePath "."
6864

6965
- name: Upload package as artifact
7066
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)