kinesis and subscription filter for logs creation skipped when watchToEnd false

pull/479/head
Frostebite 2022-12-10 01:58:53 +00:00
parent a166a22257
commit bbe5ef917d
1 changed files with 1 additions and 1 deletions

View File

@ -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 }})