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 5d72ec7
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 5d72ec7

Please sign in to comment.