We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b89dc69 + ab3939a commit b70fe3dCopy full SHA for b70fe3d
.github/workflows/performance_harness_run.yaml
@@ -85,13 +85,12 @@ jobs:
85
target: ${{github.sha}}
86
artifact-name: ${{github.event.inputs.platform-choice}}-build
87
fail-on-missing-target: false
88
-
89
- name: Upload builddir
90
if: steps.downloadBuild.outputs.downloaded-file != ''
91
uses: actions/upload-artifact@v4
92
with:
93
name: ${{github.event.inputs.platform-choice}}-build
94
- path: ./build/build.tar.zst
+ path: build.tar.zst
95
compression-level: 0
96
97
build-base:
0 commit comments