Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-br committed Jun 19, 2024
1 parent cbcd7ef commit f4f2675
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run_cirun_graviton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ jobs:
# NB artifact names start with gh-
echo "???? artifacts be here"
ls -l
cp -r $NAME_PREFIX-* .asv/results
# cp -r $NAME_PREFIX-* .asv/results

for dir in `find . -name "$NAME_PREFIX-*"`; do cp -r $dir/* .asv/results; done

ls -l
ls -l .asv/results
Expand Down

0 comments on commit f4f2675

Please sign in to comment.