1
0
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:
Máté Kocsis
2026-01-15 10:53:53 +01:00
parent 02159c16b5
commit d136b214d1

View File

@@ -269,8 +269,7 @@ jobs:
with: with:
name: results name: results
path: | path: |
./php-version-benchmarks/tmp/results/${{ env.YEAR }}/*/*.* ./php-version-benchmarks/tmp/results/${{ env.YEAR }}/**/*
./php-version-benchmarks/tmp/results/${{ env.YEAR }}/*/*/*.log
retention-days: 30 retention-days: 30
- name: Comment results - name: Comment results
if: github.event_name == 'workflow_dispatch' if: github.event_name == 'workflow_dispatch'