From 47ddeb6b0e7bc1f4ac8ff488e4e22143a2c16908 Mon Sep 17 00:00:00 2001 From: Peter Oschwald Date: Tue, 18 Jul 2023 14:16:50 -0500 Subject: [PATCH] Fix spacing. --- .../workflows/performance_harness_run.yaml | 29 +++++++++---------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/.github/workflows/performance_harness_run.yaml b/.github/workflows/performance_harness_run.yaml index e072b606a7..bed9ce030d 100644 --- a/.github/workflows/performance_harness_run.yaml +++ b/.github/workflows/performance_harness_run.yaml @@ -56,21 +56,20 @@ jobs: needs.v.result == 'success' runs-on: ubuntu-latest steps: - - name: Download builddir - uses: AntelopeIO/asset-artifact-download-action@v2 - with: - owner: AntelopeIO - repo: leap - file: ${{github.event.inputs.platform-choice}}-build - target: '${{needs.v.outputs.leap-ref}}' - artifact-name: ${{github.event.inputs.platform-choice}}-build - token: ${{github.token}} - - - name: Upload builddir - uses: AntelopeIO/upload-artifact-large-chunks-action@v1 - with: - name: ${{github.event.inputs.platform-choice}}-build - path: build.tar.zst + - name: Download builddir + uses: AntelopeIO/asset-artifact-download-action@v2 + with: + owner: AntelopeIO + repo: leap + file: ${{github.event.inputs.platform-choice}}-build + target: '${{needs.v.outputs.leap-ref}}' + artifact-name: ${{github.event.inputs.platform-choice}}-build + token: ${{github.token}} + - name: Upload builddir + uses: AntelopeIO/upload-artifact-large-chunks-action@v1 + with: + name: ${{github.event.inputs.platform-choice}}-build + path: build.tar.zst build-base: name: Run Build Workflow