Skip to content

Commit

Permalink
Fix artifact names
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett (from Dev Box) <alanjo@microsoft.com>
  • Loading branch information
Alan-Jowett committed Mar 26, 2024
1 parent e0b3e0d commit 4fa1f61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/netperf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@ jobs:
- name: upload_results_azure_2022_x64
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
with:
name: bpf_performance_native_azure_2022_x64
name: Test-Logs-bpf_performance_native_azure_2022_x64
path: netperf/bpf_performance_native_azure_2022_x64/bpf_performance_native.csv

- name: upload_results_azure_2025_x64
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
with:
name: bpf_performance_native_azure_2025_x64
name: Test-Logs-bpf_performance_native_azure_2025_x64
path: netperf/bpf_performance_native_azure_2025_x64/bpf_performance_native.csv

- name: upload_results_lab_2022_x64
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
with:
name: bpf_performance_native_lab_2022_x64
name: Test-Logs-bpf_performance_native_lab_2022_x64
path: netperf/bpf_performance_native_lab_2022_x64/bpf_performance_native.csv

0 comments on commit 4fa1f61

Please sign in to comment.