File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5858 }
5959 echo "VERSION=$version" >> $env:GITHUB_ENV
6060
61- # if the unity-version is 6000.x then set export option to app-store-connect otherwise set it to development
62- if ('${{ matrix.unity-version }}' -eq '6000.x') {
61+ # if the unity-version is 6000.1. x then set export option to app-store-connect otherwise set it to development
62+ if ('${{ matrix.unity-version }}' -eq '6000.1. x') {
6363 echo "EXPORT_OPTION=app-store-connect" >> $env:GITHUB_ENV
6464 } else {
6565 if ('${{ matrix.build-target }}' -eq 'StandaloneOSX') {
@@ -164,7 +164,7 @@ jobs:
164164 app-store-connect-issuer-id : ${{ secrets.APP_STORE_CONNECT_ISSUER_ID }}
165165 team-id : ${{ secrets.APPLE_TEAM_ID }}
166166 export-option : ${{ env.EXPORT_OPTION }}
167- notarize : ${{ matrix.unity-version != '6000.x' }}
167+ notarize : ${{ matrix.unity-version != '6000.1. x' }}
168168 archive-type : pkg
169169 test-groups : Beta
170170 developer-id-application-certificate : ${{ secrets.DEVELOPER_ID_APPLICATION_CERT }}
You can’t perform that action at this time.
0 commit comments