We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 084a6ba commit 7eb4c02Copy full SHA for 7eb4c02
.github/workflows/package.yml
@@ -60,11 +60,7 @@ jobs:
60
unityVersion: ${{ env.UNITY_VERSION }}
61
targetPlatform: ${{ matrix.targetPlatform }}
62
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 }}/../
+ customParameters: -nographics _name "${{ matrix.package-name }}" _version "${{ env.PKG_VERSION }}" _savePath "."
68
69
- name: Upload package as artifact
70
uses: actions/upload-artifact@v1
0 commit comments