File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -110,5 +110,5 @@ runs:
110
110
- name : Archive receipt
111
111
uses : actions/upload-artifact@v4
112
112
with :
113
- name : experiment-1-receipt-${{ github.job }}-${{ strategy.job-index || '0' }}-${{ strategy.job-total || '0' }}
113
+ name : experiment-1-receipt-${{ github.job }}-${{ strategy.job-index || '0' }}
114
114
path : gradle-enterprise-gradle-build-validation/.data/01-validate-incremental-building/latest*/exp1-*.receipt
Original file line number Diff line number Diff line change @@ -118,5 +118,5 @@ runs:
118
118
- name : Archive receipt
119
119
uses : actions/upload-artifact@v4
120
120
with :
121
- name : experiment-2-receipt-${{ github.job }}-${{ strategy.job-index || '0' }}-${{ strategy.job-total || '0' }}
121
+ name : experiment-2-receipt-${{ github.job }}-${{ strategy.job-index || '0' }}
122
122
path : gradle-enterprise-gradle-build-validation/.data/02-validate-local-build-caching-same-location/latest*/exp2-*.receipt
Original file line number Diff line number Diff line change @@ -118,5 +118,5 @@ runs:
118
118
- name : Archive receipt
119
119
uses : actions/upload-artifact@v4
120
120
with :
121
- name : experiment-3-receipt-${{ github.job }}-${{ strategy.job-index || '0' }}-${{ strategy.job-total || '0' }}
121
+ name : experiment-3-receipt-${{ github.job }}-${{ strategy.job-index || '0' }}
122
122
path : gradle-enterprise-gradle-build-validation/.data/03-validate-local-build-caching-different-locations/latest*/exp3-*.receipt
Original file line number Diff line number Diff line change @@ -118,5 +118,5 @@ runs:
118
118
- name : Archive receipt
119
119
uses : actions/upload-artifact@v4
120
120
with :
121
- name : experiment-1-receipt-${{ github.job }}-${{ strategy.job-index || '0' }}-${{ strategy.job-total || '0' }}
121
+ name : experiment-1-receipt-${{ github.job }}-${{ strategy.job-index || '0' }}
122
122
path : gradle-enterprise-maven-build-validation/.data/01-validate-local-build-caching-same-location/latest*/exp1-*.receipt
Original file line number Diff line number Diff line change @@ -118,5 +118,5 @@ runs:
118
118
- name : Archive receipt
119
119
uses : actions/upload-artifact@v4
120
120
with :
121
- name : experiment-2-receipt-${{ github.job }}-${{ strategy.job-index || '0' }}-${{ strategy.job-total || '0' }}
121
+ name : experiment-2-receipt-${{ github.job }}-${{ strategy.job-index || '0' }}
122
122
path : gradle-enterprise-maven-build-validation/.data/02-validate-local-build-caching-different-locations/latest*/exp2-*.receipt
You can’t perform that action at this time.
0 commit comments