Skip to content

Commit b968626

Browse files
only upload 6000.1.x to app store connect
1 parent 2e8781f commit b968626

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
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 }}

0 commit comments

Comments
 (0)