kinesis and subscription filter for logs creation skipped when watchToEnd false
parent
a166a22257
commit
bbe5ef917d
|
|
@ -131,7 +131,7 @@ jobs:
|
||||||
githubChecks: true
|
githubChecks: true
|
||||||
- run: |
|
- run: |
|
||||||
tree ./cloud-runner-cache
|
tree ./cloud-runner-cache
|
||||||
mv ./cloud-runner-cache/${{ steps.unity-build.outputs.CACHE_KEY }}/build/${{ steps.unity-build.outputs.BUILD_ARTIFACT }} ${{ steps.unity-build.outputs.BUILD_ARTIFACT }}
|
mv ./cloud-runner-cache/cache/${{ steps.unity-build.outputs.CACHE_KEY }}/build/${{ steps.unity-build.outputs.BUILD_ARTIFACT }} ${{ steps.unity-build.outputs.BUILD_ARTIFACT }}
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.cloudRunnerCluster }} Build (${{ matrix.targetPlatform }})
|
name: ${{ matrix.cloudRunnerCluster }} Build (${{ matrix.targetPlatform }})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue