Skip to content

Commit b70fe3d

Browse files
authored
Merge pull request #1494 from AntelopeIO/performance-workflow-fix-test-build-extraction
[1.2.0-rc2] Performance Workflow Move Upload Out of Build Dir
2 parents b89dc69 + ab3939a commit b70fe3d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/performance_harness_run.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,12 @@ jobs:
8585
target: ${{github.sha}}
8686
artifact-name: ${{github.event.inputs.platform-choice}}-build
8787
fail-on-missing-target: false
88-
8988
- name: Upload builddir
9089
if: steps.downloadBuild.outputs.downloaded-file != ''
9190
uses: actions/upload-artifact@v4
9291
with:
9392
name: ${{github.event.inputs.platform-choice}}-build
94-
path: ./build/build.tar.zst
93+
path: build.tar.zst
9594
compression-level: 0
9695

9796
build-base:

0 commit comments

Comments
 (0)