We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02159c1 commit d136b21Copy full SHA for d136b21
.github/workflows/real-time-benchmark.yml
@@ -269,8 +269,7 @@ jobs:
269
with:
270
name: results
271
path: |
272
- ./php-version-benchmarks/tmp/results/${{ env.YEAR }}/*/*.*
273
- ./php-version-benchmarks/tmp/results/${{ env.YEAR }}/*/*/*.log
+ ./php-version-benchmarks/tmp/results/${{ env.YEAR }}/**/*
274
retention-days: 30
275
- name: Comment results
276
if: github.event_name == 'workflow_dispatch'
0 commit comments