Skip to content

Commit

Permalink
Fix artifact path
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
  • Loading branch information
Alan Jowett committed Apr 15, 2024
1 parent 3fd048d commit aaede1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ jobs:
uses: ./.github/workflows/upload-perf-results.yml
with:
name: upload_netperf_results_azure_2025
result_artifact: Test-Logs-netperf_azure_2025_x64
result_artifact: netperf_azure_2025_x64
platform: Azure Windows 2025
secrets:
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
Expand All @@ -651,7 +651,7 @@ jobs:
uses: ./.github/workflows/upload-perf-results.yml
with:
name: upload_netperf_results_lab_2022
result_artifact: Test-Logs-netperf_lab_2022_x64
result_artifact: netperf_lab_2022_x64
platform: Lab Windows 2022
secrets:
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
Expand Down

0 comments on commit aaede1f

Please sign in to comment.