Skip to content

Commit cfb94d2

Browse files
committed
fix results artifact name
1 parent 79fa3f9 commit cfb94d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/performanceTests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ jobs:
5757
script: ./bin/flashlightCI.sh
5858
- uses: actions/upload-artifact@v4
5959
with:
60-
name: results-${{ github.event.repository.updated_at}}-${{ matrix.api-level }}-${{ matrix.target }}
60+
name: results-${{ github.head_ref || github.ref_name }}-${{ matrix.api-level }}-${{ matrix.target }}
6161
path: results.json

0 commit comments

Comments
 (0)