Skip to content

Commit

Permalink
Fix typo in actions/upload-artifact
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 Sep 26, 2023
1 parent 73bdbc7 commit f7a2931
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload-perf-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
# Grab the output from the results directory and upload it as an artifact to debug failures.
- name: Upload data as artifacts for debugging
uses: actions/upload-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
with:
name: Test-Results-${{inputs.result_artifact}}
path: ${{github.workspace}}/results
2 changes: 1 addition & 1 deletion external/ubpf

0 comments on commit f7a2931

Please sign in to comment.