Skip to content

Commit faa585f

Browse files
authored
Update ci-internal.yml
1 parent bfad7d0 commit faa585f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci-internal.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
fi
113113
114114
- name: Install IL2CPP Module
115-
if: matrix.compiler == 'il2cpp'
115+
if: inputs.compiler == 'il2cpp'
116116
uses: nick-fields/retry@v2
117117
with:
118118
timeout_minutes: 5
@@ -126,7 +126,7 @@ jobs:
126126
fi
127127
128128
- name: Install Mobile Module
129-
if: matrix.target_platform == 'mobile'
129+
if: inputs.target_platform == 'mobile'
130130
uses: nick-fields/retry@v2
131131
with:
132132
timeout_minutes: 5
@@ -289,8 +289,8 @@ jobs:
289289
echo '----'
290290
continue-on-error: true
291291

292-
- name: Upload Sample App
293-
uses: actions/upload-artifact@v3
294-
with:
295-
name: ${{ inputs.os }}_${{ inputs.unity_version }}_${{ inputs.compiler }}_${{ inputs.dotnet_version }}_${{ inputs.target_platform }}_sample_app
296-
path: ~/SampleAppBuild/App/
292+
# - name: Upload Sample App
293+
# uses: actions/upload-artifact@v3
294+
# with:
295+
# name: ${{ inputs.os }}_${{ inputs.unity_version }}_${{ inputs.compiler }}_${{ inputs.dotnet_version }}_${{ inputs.target_platform }}_sample_app
296+
# path: ~/SampleAppBuild/App/

0 commit comments

Comments
 (0)