File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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/
You can’t perform that action at this time.
0 commit comments