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 2f8a52a commit c53e2f4Copy full SHA for c53e2f4
.github/workflows/android-smoke-test-build.yml
@@ -87,6 +87,7 @@ jobs:
87
run: ./test/Scripts.Integration.Test/build-project.ps1 -UnityPath "${{ env.UNITY_PATH }}" -Platform ${{ matrix.build_platform }} -CheckSymbols:$false -UnityVersion "${{ inputs.unity-version }}"
88
89
# We create tar explicitly because upload-artifact is slow for many files.
90
+ # TODO verify this is still true with upload-artifact@v4 which improved performance a lot.
91
- name: Create archive
92
shell: bash
93
run: |
0 commit comments