Skip to content

Commit

Permalink
fix results gen.
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed May 5, 2024
1 parent 9fb32f4 commit e08dbdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/common-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@ jobs:
- name: Generate results
if: always()
run: |
mkdir -p ${{ env.DEST_ARTIFACT }}
mv ${{ github.workspace }}/docker/speedtests/* ${{ env.DEST_ARTIFACT }}/
${{ github.workspace }}/build/*.log ${{ env.DEST_ARTIFACT }}/
New-Item -Path . -Name "build" -ItemType "${{ env.DEST_ARTIFACT }}" -Force | Out-Null
Move-Item ${{ github.workspace }}/docker/speedtests/ ${{ env.DEST_ARTIFACT }}/
Move-Item ${{ github.workspace }}/build/*.log ${{ env.DEST_ARTIFACT }}/
- uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit e08dbdd

Please sign in to comment.