Skip to content

Commit

Permalink
fix: Create directory before accessing
Browse files Browse the repository at this point in the history
  • Loading branch information
abensonca authored Aug 10, 2024
1 parent 97d3aec commit 8ebb553
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
echo 'Available `linux-tools` versions are:' >> $GITHUB_STEP_SUMMARY
apt list | grep -P linux\-tools\-[0-9\.\-]+\-azure >> $GITHUB_STEP_SUMMARY
# Create a dummy file here so that we have something to upload.
mkdir -p ./testSuite/outputs
touch ./testSuite/outputs/${{ inputs.name }}.${{ format('{0}',inputs.profiler) == 'perf' && 'perf.bz2' || 'gprof.bz2' }}
fi
else
Expand Down

0 comments on commit 8ebb553

Please sign in to comment.