mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fix the real time benchmark artifact glob pattern
[skip-ci]
This commit is contained in:
3
.github/workflows/real-time-benchmark.yml
vendored
3
.github/workflows/real-time-benchmark.yml
vendored
@@ -269,8 +269,7 @@ jobs:
|
||||
with:
|
||||
name: results
|
||||
path: |
|
||||
./php-version-benchmarks/tmp/results/${{ env.YEAR }}/*/*.*
|
||||
./php-version-benchmarks/tmp/results/${{ env.YEAR }}/*/*/*.log
|
||||
./php-version-benchmarks/tmp/results/${{ env.YEAR }}/**/*
|
||||
retention-days: 30
|
||||
- name: Comment results
|
||||
if: github.event_name == 'workflow_dispatch'
|
||||
|
||||
Reference in New Issue
Block a user