File tree 2 files changed +4
-10
lines changed 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -776,13 +776,10 @@ const ci = {
776
776
} ,
777
777
} ,
778
778
{
779
- name : "Upload PR artifact (linux) " ,
779
+ name : "Upload PR artifact" ,
780
780
if : [
781
781
"matrix.job == 'test' &&" ,
782
- "matrix.profile == 'release' && (matrix.use_sysroot ||" ,
783
- "(github.repository == 'denoland/deno' &&" ,
784
- "(github.ref == 'refs/heads/main' ||" ,
785
- "startsWith(github.ref, 'refs/tags/'))))" ,
782
+ "matrix.profile == 'release'" ,
786
783
] . join ( "\n" ) ,
787
784
uses : "actions/upload-artifact@v4" ,
788
785
with : {
Original file line number Diff line number Diff line change @@ -451,13 +451,10 @@ jobs:
451
451
du -h target/release/deno
452
452
env :
453
453
NO_COLOR : 1
454
- - name : Upload PR artifact (linux)
454
+ - name : Upload PR artifact
455
455
if : |-
456
456
!(matrix.skip) && (matrix.job == 'test' &&
457
- matrix.profile == 'release' && (matrix.use_sysroot ||
458
- (github.repository == 'denoland/deno' &&
459
- (github.ref == 'refs/heads/main' ||
460
- startsWith(github.ref, 'refs/tags/')))))
457
+ matrix.profile == 'release')
461
458
uses : actions/upload-artifact@v4
462
459
with :
463
460
name : ' deno-${{ matrix.os }}-${{ matrix.arch }}-${{ github.event.number }}'
You can’t perform that action at this time.
0 commit comments