We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f6966 commit 39c6c96Copy full SHA for 39c6c96
.github/workflows/package.yml
@@ -62,7 +62,7 @@ jobs:
62
unityVersion: ${{ env.UNITY_VERSION }}
63
targetPlatform: ${{ matrix.targetPlatform }}
64
buildMethod: ${{ env.BUILD_METHOD }}
65
- customParameters: -nographics --name "${{ matrix.package-name }}" --version "${{ env.PKG_VERSION }}" --savePath "."
+ customParameters: -nographics _name "${{ matrix.package-name }}" _version "${{ env.PKG_VERSION }}" _savePath "."
66
67
- name: Upload package as artifact
68
uses: actions/upload-artifact@v1
0 commit comments