Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser authored Apr 12, 2024
1 parent 4cb14b3 commit bfd07bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Copy ninja_log
if: ${{ steps.get-bm.outputs.stash-hit != 'true' }}
run: cp _build/release/.ninja_log /tmp/metrics/.ninja_log
run: cp _build/${{ matrix.type }}/.ninja_log /tmp/metrics/.ninja_log

- uses: assignUser/stash/save@v1
if: ${{ steps.get-bm.outputs.stash-hit != 'true' }}
Expand All @@ -126,6 +126,6 @@ jobs:
./scripts/build-metrics.py upload \
--build_type "${{ matrix.type }}" \
--run_id "BM-${{ matrix.type }}-${{ github.run_id }}-${{ github.run_attempt }}" \
--pr_number "${{ steps.extract.outputs.pr_number }}" \
--pr_number "${{ github.event.number }}" \
--sha "${{ inputs.ref || github.sha }}" \
"/tmp/metrics"

0 comments on commit bfd07bb

Please sign in to comment.