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 8, 2024
1 parent 1807a03 commit 0b6c871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/common-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ jobs:
- name: Generate results
if: always()
run: |
Remove-Item -Path . -Name "docker/speedtests/speedtests.test" -Force | Out-Null
Remove-Item -Path ./docker/speedtests/speedtests.test" -Force | Out-Null
New-Item -Path . -Name "${{ env.DEST_ARTIFACT }}" -ItemType "directory" -Force | Out-Null
Move-Item ${{ github.workspace }}/docker/speedtests/ ${{ env.DEST_ARTIFACT }}/
Move-Item ${{ github.workspace }}/build/*.log ${{ env.DEST_ARTIFACT }}/
Expand Down

0 comments on commit 0b6c871

Please sign in to comment.