Skip to content

Commit

Permalink
Fix spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Jul 18, 2023
1 parent 6c2758f commit 47ddeb6
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions .github/workflows/performance_harness_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47ddeb6

Please sign in to comment.